centos7中常用操作PHP的命令

2018-12-27 19:23:36 8581

1.操作PHP

/etc/init.d/php-fpm restart  //重启PHP

/etc/init.d/php-fpm start  //启动PHP

/etc/init.d/php-fpm stop  //停止PHP


2.操作ngnix

systemctl start ngnix  //启动ngnix

systemctl restart ngnix  //重启ngnix

systemctl restart ngnix  //停止ngnix


3.操作mysql

 systemctl restart mysqld //重启mysql

 systemctl start mysqld //启动mysql

 systemctl stop mysqld //停止mysql


提交成功!非常感谢您的反馈,我们会继续努力做到更好!

这条文档是否有帮助解决问题?

非常抱歉未能帮助到您。为了给您提供更好的服务,我们很需要您进一步的反馈信息:

在文档使用中是否遇到以下问题: