Skip to content

Instantly share code, notes, and snippets.

@STAR-ZERO
Last active December 15, 2015 22:49
Show Gist options
  • Save STAR-ZERO/5335577 to your computer and use it in GitHub Desktop.
Save STAR-ZERO/5335577 to your computer and use it in GitHub Desktop.
HomebrewでMySQLのバージョンを指定して入れる

HomebrewでMySQLのバージョンを指定して入れる

$ cd /usr/local
$ brew versions mysql
5.6.10   git checkout aa3db07 Library/Formula/mysql.rb
5.5.29   git checkout 336c976 Library/Formula/mysql.rb
5.5.28   git checkout 5825f62 Library/Formula/mysql.rb
5.5.27   git checkout 93aecfa Library/Formula/mysql.rb
5.5.25a  git checkout faaa6c1 Library/Formula/mysql.rb
5.5.25   git checkout 5bcd1f3 Library/Formula/mysql.rb
…

$ git checkout 336c976 Library/Formula/mysql.rb
$ brew install mysql
@zzz6519003
Copy link

ありがど!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment