在ubuntu系统中使用service命令启动mysql
1.启动mysql
sudo service mysql start
2.停止mysql
sudo service mysql stop
3.重启mysql
sudo service mysql restart