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
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