MySQL 启动停止重启服务

MySQL About 216 words

Windows 下启动停止 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

扫描下方二维码关注公众号和小程序↓↓↓

扫描下方二维码关注公众号和小程序↓↓↓


Today On History
Browsing Refresh