MyBB Community Forums

Full Version: please help : 126 - Incorrect key file for table ??
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi,
i have this error when i try to edit a thread :

MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
126 - Incorrect key file for table './xth_xxxxxxx_mybb/mybb_threads.MYI'; try to repair it
Query:
UPDATE mybb_threads SET `visible`='1', `subject`='xxxxxxxxxxxxxxxx', `icon`='0' WHERE tid='2'

What i should fix ? and how please ?!!
PLEASE HELP ME !!! THANK YOU !!
Run this query in phpMyAdmin:

PHP Code:
REPAIR TABLE `mybb_threads`; 
It works !! thank you MattRogowski ,for the answer and for answering fast !!

thank you !!
Hi,
Could any one tell me what this error message (below) means?

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
145 - Table './asyadram_asya/mybb_sessions' is marked as crashed and should be repaired
Query:
DELETE FROM mybb_sessions WHERE ip='85.98.201.249'
As it says in the message, the table is crashed, and should be repaired.

Run this query in phpMyAdmin:

PHP Code:
REPAIR TABLE `mybb_sessions`; 
(12-12-2010 10:03 PM)MattRogowski Wrote: [ -> ]As it says in the message, the table is crashed, and should be repaired.

Run this query in phpMyAdmin:

PHP Code:
REPAIR TABLE `mybb_sessions`; 

Thank you MattSmile
Reference URL's