linux start mysql
时间:2021-08-29 22:15:36
收藏:0
阅读:13
https://www.cnblogs.com/hunter007/articles/2251795.html
启动与停止
1、启动
MySQL安装完成后启动文件mysql在/etc/init.d目录下,在需要启动时运行下面命令即可。
[root@test1 init.d]# /etc/init.d/mysql start
或者:service mysql start
2、停止
service mysql stop
原文:https://www.cnblogs.com/MONziie/p/15201053.html
评论(0)