标题: lnmp1.3安装后所有服务都不能启动 [打印本页] 作者: linzh 时间: 2017-9-11 08:24 标题: lnmp1.3安装后所有服务都不能启动 [root@VM_126_104_centos ~]# service mysqld status
Redirecting to /bin/systemctl status mysqld.service
Unit mysqld.service could not be found.
[root@VM_126_104_centos ~]# service mysqld start
Redirecting to /bin/systemctl start mysqld.service
Failed to start mysqld.service: Unit not found.作者: licess 时间: 2017-9-11 12:48
上面已经明确给出了提示
lnmp所有的教程里都没说过支持service进行管理,也没有mysqld的服务
自行阅读官网文档:https://lnmp.org/faq/lnmp-status-manager.html