Skip to content

Instantly share code, notes, and snippets.

@aduartem
Created February 15, 2017 02:15
Show Gist options
  • Save aduartem/03151a4727ef75d1d216010b7f6f08a9 to your computer and use it in GitHub Desktop.
Save aduartem/03151a4727ef75d1d216010b7f6f08a9 to your computer and use it in GitHub Desktop.
On OS X to start/stop/restart MySQL pre 5.7 from the command line:

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

$ sudo /usr/local/bin/mysql.server start

$ sudo /usr/local/bin/mysql.server stop

$ sudo /usr/local/bin/mysql.server restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment