PDA

View Full Version : Help!!!! Thread.myi Problem!!!


DarkDraco07
08-08-2003, 11:57 AM
i get this when i use repair.php to solve this:

Checking table session
Table Operation Type Text
darkneme_forums.session check error The handler for the table doesn't support check
Repairing table session
darkneme_forums.session repair error The handler for the table doesn't support repair
Checking table session
Table Operation Type Text
darkneme_forums.session check error The handler for the table doesn't support check
Repairing table session
darkneme_forums.session repair error The handler for the table doesn't support repair
Checking table session
Table Operation Type Text
darkneme_forums.session check error The handler for the table doesn't support check
Repairing table session
darkneme_forums.session repair error The handler for the table doesn't support repair
Checking table session
Table Operation Type Text
darkneme_forums.session check error The handler for the table doesn't support check
Repairing table session
darkneme_forums.session repair error The handler for the table doesn't support repair

what do i do!!
p.s. - i have no backups of the thread table

Dean C
08-08-2003, 12:44 PM
Please refer to the support forum. It's a common problem :)

filburt1
08-08-2003, 12:52 PM
Where does it mention thread.myi? All I see is session table errors which is fine if it gets corrupted.

Erwin
08-08-2003, 12:54 PM
Try running it as a db query:

REPAIR TABLE thread

Steve Machol
08-08-2003, 01:38 PM
The session table is type HEAP and cannot be 'repaired'. As long as repair.php shows that the other tables are fine, you're all set.