service start mysql linus code example
Example 1: start mysql server ubuntu
sudo service mysql-server
Example 2: start stop mysql linux
service mysql start
service mysql stop
service mysql restart
sudo service mysql-server
service mysql start
service mysql stop
service mysql restart