MySQL 启动停止重启服务
MySQL About 216 wordsWindows 下启动停止 MySQL 服务
cmd
下不能直接重启(restart
),只能先停止,再启动。
启动
net start mysql
停止
net stop mysql
重启
net stop mysql
net start mysql
Linux 下启动停止 MySQL 服务
启动
service mysql start
停止
service mysql stop
重启
service mysql restart
Views: 1,866 · Posted: 2019-04-06
————        END        ————
Give me a Star, Thanks:)
https://github.com/fendoudebb/LiteNote扫描下方二维码关注公众号和小程序↓↓↓
Loading...