Skip to content

Instantly share code, notes, and snippets.

@felipekm
Created April 12, 2018 16:13
Show Gist options
  • Save felipekm/ce714636132d6e4f250f86cfa604c58e to your computer and use it in GitHub Desktop.
Save felipekm/ce714636132d6e4f250f86cfa604c58e to your computer and use it in GitHub Desktop.
How to START|STOP mysql server in OSX

Start MySQL

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

Stop MySQL

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

Restart MySQL

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