reboot mysql code example
Example 1: ubuntu restart mysql
sudo service mysql restart
Example 2: mysqld restart
sudo /etc/init.d/mysql restart
Example 3: start stop mysql linux
service mysql start
service mysql stop
service mysql restart
sudo service mysql restart
sudo /etc/init.d/mysql restart
service mysql start
service mysql stop
service mysql restart