在ubuntu中關閉mysql服務器的方法
方法一:
sudo/etc/init.d/mysql restart
方法二:
sudo stop mysql
方法三:
sudo service mysql stop