Documentation Home
MySQL 8.3 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 40.8Mb
PDF (A4) - 40.9Mb
Man Pages (TGZ) - 294.0Kb
Man Pages (Zip) - 409.0Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb
Excerpts from this Manual

MySQL 8.3 Reference Manual  /  ...  /  Troubleshooting Recovery Failures

17.20.2 故障恢复故障排除

检查点和推进检查点LSN直到redo日志恢复完成,并将数据字典动态元数据(srv_dict_metadata)传输到数据字典表对象(dict_table_t)时,不允许进行检查点和推进检查点LSN。 如果redo日志在恢复期间或恢复后(但在数据字典动态元数据传输到数据字典表对象之前)用完空间,可能需要使用innodb_force_recovery重新启动,至少从SRV_FORCE_NO_IBUF_MERGE设置开始,或者,如果失败,从SRV_FORCE_NO_LOG_REDO设置开始。如果innodb_force_recovery重新启动失败,在这种情况下,可能需要从备份中恢复。