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/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