在linux下, 启动mysql用 service mysql start
停止用 service mysql stop
在windows下, 启动用 net start mysql
停止用 net stop mysql