Return to Snippet

Revision: 20030
at November 4, 2009 18:02 by yakafokon


Initial Code
If MySQL Startup Item is installed :

shell> sudo /Library/StartupItems/MySQL/MySQL start
(Enter your password, if necessary)
(Press Control-D or enter "exit" to exit the shell)

If MySQL Startup Item is NOT installed :

shell> cd /usr/local/mysql
shell> sudo ./bin/mysqld_safe
(Enter your password)
(Press CTRL+Z)
shell> bg
(Press CTRL+D to exit the shell)

Initial URL
http://dev.mysql.com/doc/refman/5.0/fr/mac-os-x-installation.html

Initial Description


Initial Title
how to start mysql under mac os x

Initial Tags
mysql, mac

Initial Language
Bash