MySQL on OSX

07/02/2016

Using brew on OS X to install:

  • brew install mysql

To start the server:

  • mysql.server start

To stop the server:

  • mysql.server stop