mysql 报错:Incorrect key file for table '表名'; try to repair it
修复命令 :repair table 表名;
如果还不行运行下面的
repair table 表名 USE_FRM;
mysql 报错:Incorrect key file for table '表名'; try to repair it
修复命令 :repair table 表名;
如果还不行运行下面的
repair table 表名 USE_FRM;