gpt4 book ai didi

mysql - 表的存储引擎不支持修复

转载 作者:行者123 更新时间:2023-11-29 02:06:20 25 4
gpt4 key购买 nike

我收到错误 - 表的存储引擎不支持修复

通过命令-mysqlcheck -u root -p --repair "database"修复表时

它只显示 106 个表中的 4 个表错误,其余表显示正常。

如果有任何解决方法,请提供帮助。

谢谢。

最佳答案

Myisam 引擎支持此功能,我相信这 4 个表不是 myisam 类型。

如手册所述:

The MyISAM storage engine supports all four maintenance operations, so mysqlcheck can be used to perform any of them on MyISAM tables. Other storage engines do not necessarily support all operations. In such cases, an error message is displayed. For example, if test.t is a MEMORY table, an attempt to check it produces this result:

有关详细信息,请参阅 myisamcheck

如果表适合 myisam,您可以更改表的引擎

关于mysql - 表的存储引擎不支持修复,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5348703/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com