Skip to content

Instantly share code, notes, and snippets.

@ercanertan
Last active October 12, 2018 13:30
Show Gist options
  • Save ercanertan/5f434e6ff26e05faa32726bc2cab56f9 to your computer and use it in GitHub Desktop.
Save ercanertan/5f434e6ff26e05faa32726bc2cab56f9 to your computer and use it in GitHub Desktop.
MacOSX Preparation
Install Brew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Install Mysql
brew install mysql@5.7
brew services start mysql@5.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment