代码改变世界

随笔档案-2023年2月9日

如何修复'The storage engine for the table doesn't support repair'问题

2023-02-09 13:33 by abce, 3388 阅读, 收藏,
摘要: 当你修复mysql表的时候,可能会遇到'The storage engine for the table doesn't support repair'错误。 这个错误通常发生在尝试修复innodb表的时候。因为innodb存储引擎不支持repair操作。 可以使用以下命令查看表是哪种存储引擎:​ 阅读全文