我的mysql 突然崩溃,mysql服务能正常启动,但打开某一个表时,报Incorrect information in file: '.\pas_system\sys_downloadconfig.frm'
,我打开数据库文件夹查看三个sys_downloadconfig.frm,sys_downloadconfig.MYD,sys_downloadconfig.MYI文件都在.怎么回事,怎么想办法恢复!!!!!!!!!!!!!!!!!!!!!!!!!!!

解决方案 »

  1.   

    check table sys_downloadconfig;
    repaire table sys_downloadconfig;先试着修复一下。
      

  2.   

    修复下表应该就可以了
    check table tb_name;
    repair table tb_name;
      

  3.   

    check table sys_downloadconfig;
    repaire table sys_downloadconfig;
    这两个语句的结果是什么?能否如下一样贴出你的结果。mysql> check table t1;
    +---------+-------+----------+----------+
    | Table   | Op    | Msg_type | Msg_text |
    +---------+-------+----------+----------+
    | test.t1 | check | status   | OK       |
    +---------+-------+----------+----------+
    1 row in set (1.11 sec)mysql>
      

  4.   

     repair | Error    | Table 'backdb_x1.tb_name' doesn't exist | 
    repair | error    | Corrupt          
    我也出现了这种错误,只有.frm格式了,.MYD 和.MYI都无故失踪了