linux mysql start server code example
Example 1: start stop mysql linux
service mysql start
service mysql stop
service mysql restart
Example 2: start mysql
mysql-ctl cli
service mysql start
service mysql stop
service mysql restart
mysql-ctl cli