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