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
相关教程推荐:centos教程
以上是centos7下怎么启动mysql服务的详细内容。更多信息请关注PHP中文网其他相关文章!