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