/ Published in: Bash
Expand |
Embed | Plain Text
sudo /Library/StartupItems/MySQLCOM/MySQLCOM start sudo /Library/StartupItems/MySQLCOM/MySQLCOM stop or bind it alias start_mysql="/Library/StartupItems/MySQLCOM/MySQLCOM start" alias stop_mysql="/Library/StartupItems/MySQLCOM/MySQLCOM stop"
Comments
Subscribe to comments
You need to login to post a comment.

As of OS X v10.4 StartupItems should be replaced with launchd (http://developer.apple.com/macosx/launchd.html). See http://www.macosxhints.com/article.php?story=20080128103022907 how to do this for mysqld.