Skip to content

Instantly share code, notes, and snippets.

@nateluzod
Created December 20, 2013 00:52
Show Gist options
  • Save nateluzod/8048808 to your computer and use it in GitHub Desktop.
Save nateluzod/8048808 to your computer and use it in GitHub Desktop.
Installing MySQL via brew install, if errors on start
$ 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