zirosas
1/8/2014 - 3:51 AM

On OS X to start/stop/restart MySQL from the command line:

On OS X to start/stop/restart MySQL from the command line:

 sudo /usr/local/mysql/support-files/mysql.server start
 
 sudo /usr/local/mysql/support-files/mysql.server stop
 
 sudo /usr/local/mysql/support-files/mysql.server restart