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