how to stop mysql server in ubutu code example
Example 1: start mysql server ubuntu
sudo service mysql-server
Example 2: stop mysql ubuntu
sudo stop mysql # The service must be running
sudo service mysql-server
sudo stop mysql # The service must be running