有没有办法挽救损坏的 mysql 表的结构?
我一直在寻找,但除了repair table x
.
当我在桌子上发出选择时,服务器响应:Incorrect key file for table 'click'; try to repair it
但修复不起作用。MySql 回来了 Msg_text Corrupt
。哎呀,我已经有点知道了。
表中的数据并不是那么重要并且可能会丢失,但我确实想挽救我无法获得的表结构 ( describe click
): Incorrect key file for table 'click'; try to repair it
。
我希望truncate
可以解决我的问题,但是唉:Table 'click' is marked as crashed and should be repaired
。
有人知道我该如何解决这个问题吗?