报错

2022-12-07T01:41:02.844533Z 0 [ERROR] InnoDB: Ignoring the redo log due to missing MLOG_CHECKPOINT between the checkpoint 265368743141 and the end 265368742912.
2022-12-07T01:41:02.844551Z 0 [ERROR] InnoDB: Plugin initialization aborted with error Generic error
2022-12-07T01:41:03.445579Z 0 [ERROR] Plugin 'InnoDB' init function returned error.
2022-12-07T01:41:03.445613Z 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2022-12-07T01:41:03.445624Z 0 [ERROR] Failed to initialize builtin plugins.
2022-12-07T01:41:03.445640Z 0 [ERROR] Aborting

2022-12-07T01:41:03.445723Z 0 [Note] Binlog end
2022-12-07T01:41:03.445810Z 0 [Note] Shutting down plugin 'CSV'
2022-12-07T01:41:03.446170Z 0 [Note] /usr/sbin/mysqld: Shutdown complete

解决方法

  1. Set innodb_log_checksums = ON on master and slave.
  2. Remove rm /var/lib/mysql/ib_logfile*.
  3. Restart.
  4. remove innodb_log_checksums = ON  from my.conf
  5. Restart

最新文章

  1. Log4J日志管理类使用详解 (转)
  2. Hanoi问题
  3. 【BZOJ】2795: [Poi2012]A Horrible Poem
  4. php安装memcache注意事项
  5. Oracle GoldenGate 12c实时捕获SQL Server数据
  6. SQL JOB
  7. angularjs + springmvc 上传和下载
  8. paip.Adblock屏蔽规则保存位置以及修理恢复
  9. Thymeleaf 笔记
  10. WebApi实现通讯加密
  11. 笔记3 linux 多线程 条件变量+互斥锁
  12. bzoj:1703: [Usaco2007 Mar]Ranking the Cows 奶牛排名
  13. bzoj 3576[Hnoi2014]江南乐 sg函数+分块预处理
  14. 马昕璐 201771010118《面向对象程序设计(java)》第十六周学习总结
  15. 五、xadmin自定义插件2
  16. 【转帖】Linux的历史----Linux内核剖析(一)
  17. SharePoint 2013 APP 开发示例 系列
  18. Dynamics CRM2016 导入数据格式之xlsx的应用
  19. 记一次Android studio升级之后的坑
  20. 关于Unity 获得和使用GetComponent<MeshFilter>().mesh时的心得

热门文章

  1. 在orangepi 3 lts使用high speed timer
  2. VUE学习-mixin混入
  3. java正则解析ip
  4. RBAC访问控制
  5. Java面向对象之抽象类abstract
  6. VS2022在打开设计器的时候提示某变量未声明或者未赋值
  7. flask-基础篇03 RESTful
  8. git修改历史提交的备注信息
  9. vue二级联动 编辑
  10. 宝塔部署 vue + thinkphp