stop mysql service code example
Example 1: start mysql server ubuntu
sudo service mysql-server
Example 2: mysql stop ubuntu
service mysqld stop
Example 3: start stop mysql linux
service mysql start
service mysql stop
service mysql restart
Example 4: stop mysql
sudo systemctl stop mysql