Skip to content

Instantly share code, notes, and snippets.

@isyan
Last active February 10, 2016 00:43
Show Gist options
  • Save isyan/6e3c48ca7b230f5ed474 to your computer and use it in GitHub Desktop.
Save isyan/6e3c48ca7b230f5ed474 to your computer and use it in GitHub Desktop.
mysql server
sudo /usr/local/Cellar/mysql/5.6.19/support-files/mysql.server start|stop|restart
To have launchd start mysql at login:
ln -sfv /usr/local/opt/mysql/*.plist ~/Library/LaunchAgents
Then to load mysql now:
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.mysql.plist
@isyan
Copy link
Author

isyan commented Feb 10, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment