1、Windows 下 启动服务: net start mysql 关闭服务: net stop mysql 2、Linux下 启动服务: service mysql start 关闭服务: service mysql stop 相关文章: