CentOS 启动mysql的时候发生的错误 The server quit without updating PID file(…)

前端之家收集整理的这篇文章主要介绍了CentOS 启动mysql的时候发生的错误 The server quit without updating PID file(…)前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

可能是/usr/local/MysqL/data/rekfan.pid文件没有写的权限

执行

chown -R MysqL:MysqL /usr/localhost/MysqL/data/* 即可,也就是讲data目录下的权限修改MysqL

参考本博客

http://blog.rekfan.com/articles/186.html

http://blog.csdn.net/nemo____/article/details/72897455

原文链接:https://www.f2er.com/centos/376580.html

猜你在找的CentOS相关文章