1、The server quit without updating PID file错误
2、[ERROR] Can’t find messagefile ‘/usr/share/mysql/errmsg.sys’
3、[ERROR] I/O error reading the header from the binary log, errno=175, io cache code=0
解决方法:(先试第3)
1、检查权限是否是660,及所属用户组是否为mysql。
2、检查/etc/mysql/ 是否还有1个my.cnf
3、删除mysql数据目录下的mysql-bin.index,mysql-bin.000001类似,ib_logfile0,ib_logfile1,error,pid文件,再重启一般就OK了
其它错误信息解决方法参见阿里云mysql常用问题解决文档:https://help.aliyun.com/knowledge_detail/41106.html
转载请注明:PHP笔记 » MySql启动不了常见错误解决方法