Centos7安装mysql5.7.23失败:The server quit without updating PID file (/usr/local/mysql/data/yemingrujing

一大早起来脑袋抽风,在centos7上装个MySQL玩玩,就下了个最新版的MySQL,按照网上的教程没想到一直安装失败,看日志一直报错:

018-09-08T00:41:16.273423Z 0 [Note] Plugin 'FEDERATED' is disabled.
mysqld: Table 'mysql.plugin' doesn't exist
2018-09-08T00:41:16.273540Z 0 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
找了好久突然想起网上有说MySQL5.7不用my.cnf这个配置文件的,去/etc目录下果然找到有my.cnf这个配置文件,

果断用命令:mv /etc/my.cnf{,.bak}将my.cnf这个文件移除,然后就好了,可以正常启动MySQL了。

果然是个大坑,我连my.cnf这个文件什么时候加入/etc这个目录下都不知道,请原谅我还是个小白

你可能感兴趣的:(mysql)