MyBB Community Forums

Full Version: MyBB - Internal Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello MyBB Community,

I have just had the following jump up at me, any ideas on why and how to fix it Huh

Quote:MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
145 - Table './gtdrive1_gtd/sessions' is marked as crashed and should be repaired
Query:
SELECT * FROM sessions WHERE sid='xxxxxxxxxxxxxxxxxx' AND ip='xxxxxxxxxxx' LIMIT 1
Please contact the MyBB Group for support

I've taken out the "sid" and "Ip"



Run this query in phpMyAdmin:

REPAIR TABLE `sessions`;
Came back with the Following


Table Op Msg_type Msg_text
gtdrive1_gtd.sessions repair status OK

Now to be honest I have since my post ran a DB repair from CPanel,
So I guess this may have changed the out come of this query ??