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

Install

brew update
brew install mysql

Start/stop as daemon

brew services start mysql
brew services stop mysql

Start/Stop as process

mysql.service start
mysql.service stop

Clone this wiki locally