Skip to content

Instantly share code, notes, and snippets.

View blakesaunders's full-sized avatar

Blake blakesaunders

View GitHub Profile
@blakesaunders
blakesaunders / homebrew_multiple_mysql_versions.md
Last active October 11, 2018 02:21 — forked from benlinton/multiple_mysql_versions_for_development.md
Managing Multiple MySQL Versions with Homebrew

Multiple MySQL Versions with Homebrew

For Homebrew version 1.6.8.

brew -v # => Homebrew 1.6.8

Install the current version of mysql:

# Install current mysql version

brew install mysql