场景描述:
- MySQL 5.7 编译安装(直接安装失败)
- 使用一段时间,出现过断电,重启电脑后,无法重启MySQL,删除ib_logfile0 ib_logfile1后可以重启
问题描述:
- 多次异常关闭,删除ib_logfile0 ib_logfile1无法再次成功重启
- forcing recovery.
- 2022-07-12T01:41:12.538472Z 0 [ERROR] InnoDB: Page [page id: space=0, page number=48] log sequence number 388022382 is in the future! Current system log sequence number 387706546.
- 2022-07-12T01:41:12.538474Z 0 [ERROR] InnoDB: Your database may be corrupt or you may have copied the InnoDB tablespace but not the InnoDB log files. Please refer to http://dev.mysql.com/doc/refman/5.7/en/forcing-innodb-recovery.html for information about forcing recovery.
- 2022-07-12T01:41:12.541957Z 0 [ERROR] InnoDB: Page [page id: space=0, page number=467] log sequence number 489314481 is in the future! Current system log sequence number 387706546.
- 2022-07-12T01:41:12.541959Z 0 [ERROR] InnoDB: Your database may be corrupt or you may have copied the InnoDB tablespace but not the InnoDB log files. Please refer to http://dev.mysql.com/doc/refman/5.7/en/forcing-innodb-recovery.html for information about forcing recovery.
- ......
- ......
复制代码
|
|