start mysql service ubuntu code example
Example 1: ubuntu restart mysql
sudo service mysql restart
Example 2: start mysql server ubuntu
sudo service mysql-server
Example 3: mysql stop ubuntu
service mysqld stop
Example 4: start mysql
mysql-ctl cli
Example 5: stop mysql ubuntu
sudo /etc/init.d/mysql stop