brew mysql

By | June 19, 2019

Install

brew install mysql@5.6

Start

Start the MySQL service at login with:

brew services start mysql

Run

Run the MySQL service but don’t start it at login (nor boot) with:

brew services run mysql

Stop

Stop the MySQL service with:

brew services stop mysql

Restart

Restart the MySQL service with:

brew services restart mysql
Category: mac