DBD::mysql::db do failed: Incorrect key file for table './bugs/bugs_fulltext.MYI'; try to repair it [for Statement "UPDATE bugs_fulltext SET comments = ?, comments_noprivate = ?

              WHERE bug_id = ?"] at Bugzilla/Bug.pm line 1068

Bugzilla::Bug::_sync_fulltext('Bugzilla::Bug=HASH(0x2f8f290)') called at Bugzilla/Bug.pm line 1015

Bugzilla::Bug::update('Bugzilla::Bug=HASH(0x2f8f290)', '2014-03-07 14:23:50') called at /var/www/html/bugzilla/p_w_upload.cgi line 590

main::insert() called at /var/www/html/bugzilla/p_w_upload.cgi line 117


For help, please send mail to the webmaster (root@localhost), giving this error message and the time and date of the error.


用mysql MYISAM 引擎,会在突然断电的情况下,数据会出现不完整。


/etc/init.d/mysqld stop

myisamchk -of bugs_fulltext.MYI //第一步

myisamchk -r bugs_fulltext.MYI //第二步

myisamchk bugs_fulltext.MYI //第三步