我尝试在创建一个空白的pid文件,然后重新启动mysql,pid文件会自动消失
[root@VM-0-3-centos ~]# touch /www/server/data/VM-0-3-centos.pid
[root@VM-0-3-centos ~]# chmod 644 /www/server/data/VM-0-3-centos.pid
[root@VM-0-3-centos ~]# /etc/rc.d/init.d/mysqld start
Starting MySQL. ERROR! The server quit without updating PID file (/www/server/data/VM-0-3-centos.pid).
[root@VM-0-3-centos ~]# /etc/rc.d/init.d/mysqld start > mysql_startup_log.txt 2>&1
[root@VM-0-3-centos ~]# cat mysql_startup_log.txt
Starting MySQL. ERROR! The server quit without updating PID file (/www/server/data/VM-0-3-centos.pid). |