Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 387 Bytes

mysql-configuration.md

File metadata and controls

22 lines (15 loc) · 387 Bytes

Civil Services Logo

↤ 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