Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 54GB 的 myisam 文件,它报告了一个损坏的索引文件。尝试修复文件花费的时间太长并且中途停止运行。修复此文件并确保其完成的最快方法是什么?
我们最终通过使用 5.1 版本的 myisamchk 解决了这个问题。似乎 5.6 版本有一个与无法修复大于 4G 的文件有关的错误。
参考:https ://bugs.mysql.com/bug.php?id=69839