重启Mysql
/etc/init.d/nginx restart重启Mysql
/etc/init.d/mysqld restart重启PHP
(根据安装PHP版本号做更改,例如:/etc/init.d/php-fpm-54 restart )
/etc/init.d/php-fpm-{52|53|54|55|56|70|71} restart重启Memcached
/etc/init.d/memcached restart重启服务器
reboot配合计划任务使用。
/etc/init.d/nginx restart/etc/init.d/mysqld restart(根据安装PHP版本号做更改,例如:/etc/init.d/php-fpm-54 restart )
/etc/init.d/php-fpm-{52|53|54|55|56|70|71} restart/etc/init.d/memcached restartreboot配合计划任务使用。
Comment here is closed