Skip to content

Instantly share code, notes, and snippets.

@zirosas
Last active January 2, 2016 13:39
Show Gist options
  • Select an option

  • Save zirosas/8311492 to your computer and use it in GitHub Desktop.

Select an option

Save zirosas/8311492 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment