Last active
December 15, 2015 22:49
-
-
Save STAR-ZERO/5335577 to your computer and use it in GitHub Desktop.
Revisions
-
STAR-ZERO revised this gist
Apr 21, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ``` $ 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 -
STAR-ZERO created this gist
Apr 8, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ # HomebrewでMySQLのバージョンを指定して入れる ``` $ cd /usr/local $ brew version 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 ```