exit from mysql ubuntu code example
Example 1: mysql stop ubuntu
service mysqld stop
Example 2: stop mysql ubuntu
sudo stop mysql # The service must be running
service mysqld stop
sudo stop mysql # The service must be running