Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 287 Bytes

File metadata and controls

19 lines (13 loc) · 287 Bytes

↤ Developer Overview

MySQL Configuration

Start / Stop

For MacOS you can run the following:

brew services start mysql
brew services stop mysql

On Linux you can run in like this:

sudo systemctl start mysql
sudo systemctl stop mysql