Skip to content
mitochondrion edited this page Nov 27, 2017 · 9 revisions

Install (OSX)

brew update
brew install mysql

Start/stop as daemon (OSX)

brew services start mysql
brew services stop mysql

Start/Stop as process

mysql.service start
mysql.service stop

Clone this wiki locally