ERROR! MySQL server PID file could not be found!
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
[root@li524-11 ~]# lnmp restart +-------------------------------------------+ | Manager for LNMP, Written by Licess | +-------------------------------------------+ | https://lnmp.org | +-------------------------------------------+ Stoping LNMP... Stoping nginx... done ERROR! MySQL server PID file could not be found! Gracefully shutting down php-fpm warning, no pid file found - php-fpm is not running ? Starting LNMP... Starting nginx... done Starting MySQL..................................................................................................... ERROR! The server quit without updating PID file (/usr/local/mysql/var/li524-11.members.linode.com.pid). Starting php-fpm done |
查看进程
ps -ef|grep mysqld
杀掉进程
kill -9
总计 0 评论