Skip to content

Instantly share code, notes, and snippets.

@dan
Created January 27, 2014 12:51
Show Gist options
  • Save dan/8648012 to your computer and use it in GitHub Desktop.
Save dan/8648012 to your computer and use it in GitHub Desktop.
Homebrew MySQL Mac OS X Start
brew install mysql
ln -sfv /usr/local/opt/mysql/*.plist ~/Library/LaunchAgents
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