标签:restart mysq tar linu service win mysql 启动 start 自己
无论你的msql按照的linux还是windows,都要通过命令行来启动的你服务,这里讲述MYSQL 启动与停止服务命令。
1,windows 里面设置
net stop mysql
net start mysql
net restart mysql
2, linux 里面设置
service mysql start
service mysql stop
service mysql restart
每天学一点,每天进步一点,收获是自己的
文章来自 www.huthon.cn
标签:restart mysq tar linu service win mysql 启动 start 自己
原文地址:http://blog.51cto.com/13959155/2287723