mysql启动报错 Starting MySQL.. ERROR! The server quit without updating PID file

关于mysql启动时报错: Starting MySQL.. ERROR! The server quit without updating PID file

在mysql重启的时候出现报错,我主要是重启的时候出现这样的错误。

我修改了mysql的启动用户:

mysql启动用户改为root  然后在改回mysql           mysql-->root-->mysql

最后我将  user        = root

    改为  user        = mysql

再次启动的时候就报错:Starting MySQL.. ERROR! The server quit without updating PID file
查看mysql目录下的权限是没问题的

mysql启动报错 Starting MySQL.. ERROR! The server quit without updating PID file


不过在MySQL的数据路径有root用户的创建的文件,也就是在root用户切换进来的时候创建的文件。这个文件mysql用户没有权限读取,所以是权限导致的。

修改文件的所属,然后再次启动。

mysql启动报错 Starting MySQL.. ERROR! The server quit without updating PID file

启动成功!!!!

本文转自    憬薇   51CTO博客,原文链接:http://blog.51cto.com/welcomeweb/1721490


上一篇:微软职位内部推荐-Senior Software Engineer_Azure


下一篇:基于ffmpeg的流媒体服务器