服务器崩溃(Ubuntu 16.04)后,当我尝试使用innodb_force_recovery=0它启动 Mysql(Mysql 5.7)时,它不会启动并且 error.log 显示:
InnoDB: Checksum mismatch in datafile: ./panel_financiero_v2/kpis_analytics.ibd, Space ID:93, Flags: 33. Please refer to http://dev.mysql.com/doc/refman/5.7/en/innodb-troubleshooting-datadict.html for how to resolve the issue.
InnoDB: Corrupted page [page id: space=93, page number=0] of datafile './panel_financiero_v2/kpis_analytics.ibd' could not be found in the doublewrite buffer.
InnoDB: Tablespace 93 was not found at ./panel_financiero_v2/kpis_analytics.ibd.
InnoDB: Set innodb_force_recovery=1 to ignore this and to permanently lose all changes to the tablespace.
InnoDB: Cannot continue operation.
Run Code Online (Sandbox Code Playgroud)
我只能使用启动 Mysql innodb_force_recovery=6(我无法使用 innodb_force_recovery=1 启动 …