rafaelmaeuer
5/19/2018 - 6:39 PM

Restart, Start, Stop MySQL from the Command Line macOS, OSX, Linux

# On OS X to start/stop/restart MySQL pre 5.7 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