Last active
February 10, 2016 00:43
-
-
Save isyan/6e3c48ca7b230f5ed474 to your computer and use it in GitHub Desktop.
mysql server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sudo /usr/local/Cellar/mysql/5.6.22/support-files/mysql.server start