Configure Fink's OS X MySQL to start at boot
From http://the.taoofmac.com/space/mySQL
- get Fink
-
sudo apt-get install mysql
-
sudo daemonic enable mysql
-
sudo /Library/StartupItems/daemonic-mysql/daemonic-mysql start
Optionally, edit /Library/StartupItems/daemonic-mysql/daemonic-mysql to add a "stop" command.
stop) killall mysqld_safe mysqld ;;