stop the mysql server code example
Example 1: start stop mysql linux
service mysql start
service mysql stop
service mysql restart
Example 2: stop mysql
sudo systemctl stop mysql
service mysql start
service mysql stop
service mysql restart
sudo systemctl stop mysql