Tip: How to manually start and stop MySQL on Mac Leopard
If you do not want to use the Preferences Panel to start and stop MySQL, you can do it manually by entering the following: To start SQL:sudo /usr/local/mysql/support-files/mysql.server start
To stop SQL:
sudo /usr/local/mysql/support-files/mysql.server stop


Leave a comment...