Created
December 20, 2013 00:52
-
-
Save nateluzod/8048808 to your computer and use it in GitHub Desktop.
Installing MySQL via brew install, if errors on start
This file contains 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
$ mkdir -p ~/Library/LaunchAgents | |
$ ln -sfv /usr/local/opt/mysql/*.plist ~/Library/LaunchAgents | |
$ launchctl load -w ~/Library/LaunchAgents/homebrew.mxcl.mysql.plist | |
$ mysql.server start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment