/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
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)
URL: http://dev.mysql.com/doc/refman/5.0/fr/mac-os-x-installation.html