stop mysql server ubuntu code example
Example 1: mysql stop ubuntu
service mysqld stop
Example 2: restart mysql server ubuntu
service mysqld restart
Example 3: stop mysql ubuntu
sudo /etc/init.d/mysql stop
Example 4: stop mysql ubuntu
sudo stop mysql # The service must be running