3
1
I have mysql 5.1 installed by macports with it's data dir in the default location, which is outside my user directory that's protected by filevault.
I'd like to store the data in an encrypted state by either somehow moving it into the filevault or using some alternate encryption method.
Can you suggest a way to to do either one of these?
Many thanks
1Do you start and stop MySQL yourself, or does it always run? – Daniel Beck – 2011-01-04T08:29:33.393
it always runs. – GJ. – 2011-01-04T13:23:13.047
In that case, you lose. Think about it: Your system would need to access the MySQL data before you can even log in. Any encryption's pass phrase would have to be stored somewhere in startup scripts. – Daniel Beck – 2011-01-04T13:49:19.300
How does MySQL start? Does it use the org.macports.mysql5.plist provided by MacPorts? – kate – 2011-01-12T22:44:25.557
@Tait: yes. (launchd) – GJ. – 2011-01-14T21:45:40.027