您的位置:宽带测速网 > 网络知识 > centos7.4怎么开启mysql服务

centos7.4怎么开启mysql服务

2025-06-17 10:11来源:互联网 [ ]

在centos7.4中开启mysql服务的方法

1.启动命令

[root@xufeng Desktop]# service mysqld start

Redirecting to /bin/systemctl start mysqld.service

2.关闭命令

[root@xufeng ~]# service mysqld stop

Redirecting to /bin/systemctl stop mysqld.service

3.重启命令

[root@xufeng ~]# service mysqld restart

Redirecting to /bin/systemctl restart mysqld.service