Skip to content

Instantly share code, notes, and snippets.

@STAR-ZERO
Last active December 15, 2015 22:49
Show Gist options
  • Select an option

  • Save STAR-ZERO/5335577 to your computer and use it in GitHub Desktop.

Select an option

Save STAR-ZERO/5335577 to your computer and use it in GitHub Desktop.

Revisions

  1. STAR-ZERO revised this gist Apr 21, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@

    ```
    $ cd /usr/local
    $ brew version mysql
    $ 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
  2. STAR-ZERO created this gist Apr 8, 2013.
    16 changes: 16 additions & 0 deletions gistfile1.md
    Original 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
    ```