Manually Starting & Stopping MySQL in Leopard
This is for software built from source according to:
http://hivelogic.com/articles/installing-mysql-on-mac-os-x/
Start MySQL
Stop MySQL
http://hivelogic.com/articles/installing-mysql-on-mac-os-x/
Start MySQL
sudo launchctl unload -w /Library/LaunchDaemons/com.mysql.mysqld.plist
Stop MySQL
sudo launchctl load -w /Library/LaunchDaemons/com.mysql.mysqld.plist