mysql启动报错:

2020-04-07T11:32:03.523605Z 0 [ERROR] InnoDB: Ignoring the redo log due to missing MLOG_CHECKPOINT between the checkpoint 238665084 and the end 238664704.
2020-04-07T11:32:03.523756Z 0 [ERROR] InnoDB: Plugin initialization aborted with error Generic error
2020-04-07T11:32:04.129533Z 0 [ERROR] Plugin 'InnoDB' init function returned error.
2020-04-07T11:32:04.129618Z 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2020-04-07T11:32:04.129644Z 0 [ERROR] Failed to initialize builtin plugins.
2020-04-07T11:32:04.129652Z 0 [ERROR] Aborting

解决方法:

删除以下文件后重启

/var/lib/mysql/ib_logfile0
/var/lib/mysql/ib_logfile1

 

参考:https://spin.atomicobject.com/2011/05/09/mysql-failed-registration-of-innodb-as-a-storage-engine/

 

相关文章:

  • 2021-06-06
  • 2021-09-01
  • 2021-06-26
  • 2021-11-25
  • 2021-09-27
  • 2021-09-11
  • 2022-01-25
  • 2022-02-28
猜你喜欢
  • 2021-08-01
  • 2021-10-05
  • 2021-07-06
  • 2022-02-24
  • 2021-12-01
  • 2021-12-17
  • 2021-12-30
相关资源
相似解决方案