1、启动
MysqL安装完成后启动文件MysqL在/etc/init.d目录下,在需要启动时运行下面命令即可。
[root@test1 init.d]# /etc/init.d/MysqL start
或者:
service MysqL start
2、停止
service MysqL stop
3、自动启动
[root@test1 local]# /sbin/chkconfig –list
[root@test1 local]# /sbin/chkconfig – add MysqL
[root@test1 local]# /sbin/chkconfig – del MysqL
原文链接:/mysql/530294.html