centos7.4怎么开启mysql服务
在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
版权声明
本文仅代表作者观点,不代表米安网络立场。
上一篇:c语言怎么判断输入字符个数 下一篇:MFC圆形进度条怎么实现
发表评论:
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。