mariadb 无法启动报错 Could not open mysql.plugin table. Some plugins may be not loaded
发布于 分类 Mysql
3天前 有1个用户阅读过
vps下的mariadb服务挂掉了,无法重新启动。
由于数据库牵扯到多个服务,之前备份的数据库已经是很久以前的了,难免有所心慌。
冷静下来后,将报错内容Could not open mysql.plugin table. Some plugins may be not loaded在google上进行搜索,有效的解决办法如下:
将/var/lib/mysql下的
ib_logfile0
ib_logfile1
aria_log_control
三个文件删除或重命名。然后重启服务即可。 然后,将数据库赶紧备份了一下。
-- The End --