Linux下MySQL报错:Can't open the mysql.plugin table. Please run mysql_upgrade to create it

本文针对Linux环境下MySQL安装后启动失败的问题提供了两种解决方案。一种是通过mysql_install_db命令进行初步修复,另一种则是通过删除或重命名ib_logfile0和ib_logfile1文件来解决InnoDB引擎的启动问题。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Linux新手,刚刚从yum上下完MySQL,启动时却报错:

180720 10:00:54 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
180720 10:00:54  InnoDB: Initializing buffer pool, size = 8.0M
180720 10:00:54  InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242881 bytes
InnoDB: than specified in the .cnf file 0 5242880 bytes!
180720 10:00:54 [ERROR] Plugin 'InnoDB' init function returned error.
180720 10:00:54 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
180720 10:00:54 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist

解决办法:

第一种:输入

 mysql_install_db --user=mysql --basedir=/usr/ --ldata=/var/lib/mysql/

再次启动mysql就好了,但是问题没有解决,无法使用InnoDB引擎,想要使用InnoDB引擎请使用第二种方法。
 

第二种:
使用查找文件命令找到ib_logfile0 文件:

find / -name ib_logfile0

跟他在一起还有ib_logfile1文件,你只需要删除这两个文件,或者修改这两个文件名,之后再次启动mysql,就好了。
 

评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值