有没有办法挽救破碎的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
。
有人知道如何解决这个问题吗?