Skip to content

Instantly share code, notes, and snippets.

@tomysmile
Last active November 18, 2015 14:42
Show Gist options
  • Save tomysmile/cd318a7f1d93def8578d to your computer and use it in GitHub Desktop.
Save tomysmile/cd318a7f1d93def8578d to your computer and use it in GitHub Desktop.
Mysql: Install MySQL v5.5 using Brew

Install brew first, then type below:

$ brew tap homebrew/versions
$ brew install mysql55

// unlink old mysql
$ brew unlink mysql

// new link for the 55 version
$ brew link --force mysql55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment