当前位置:Gxlcms > 数据库问题 > MySQL的启动和关闭

MySQL的启动和关闭

时间:2021-07-01 10:21:17 帮助过:3人阅读

1.Windows下

启动服务

mysqld --console  
或  net start mysql  

关闭服务

mysqladmin -uroot shudown  
或  net stop mysql  

2.Linux下

启动服务

service mysql start   

关闭服务

service mysql stop  

重启服务

service restart stop

MySQL的启动和关闭

标签:root   启动   tar   top   service   mysq   inux   服务   console   

人气教程排行