maxieduncan

Sunday, 25 October 2009

Starting MySQL on Mac OSX

The documentation for this can be found mysql.com

The command to start mysql if the startup item is installed is:

sudo /Library/StartupItems/MySQLCOM/MySQLCOM start

Otherwise use:

/usr/local/mysql/bin/mysqld_safe and then bg to background the process.

No comments:

Post a Comment