linux stop mysql code example
Example 1: start stop mysql linux
service mysql start
service mysql stop
service mysql restart
Example 2: mysql stop ubuntu
service mysqld stop
service mysql start
service mysql stop
service mysql restart
service mysqld stop