Skip to content

Instantly share code, notes, and snippets.

@vpetkov
Created June 3, 2014 09:42
Show Gist options
  • Save vpetkov/cbee92c98ccb8d895071 to your computer and use it in GitHub Desktop.
Save vpetkov/cbee92c98ccb8d895071 to your computer and use it in GitHub Desktop.
Install mysql on os x
brew install mysql
ln -sfv /usr/local/opt/mysql/*.plist ~/Library/LaunchAgents
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.mysql.plist
mysqladmin -u root -p password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment