MyBB Community Forums

Full Version: MyBB SQL Error - Important!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

I have myBB version 1411 and I can't access my forum, here's what I get:

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
145 - Table './izhost_izarada/mybb_sessions' is marked as crashed and should be repaired
Query:
SELECT * FROM mybb_sessions WHERE sid='0f2a640fd1396ca5c66f39cf1e5562f7' AND ip='78.2.114.47' LIMIT 1

Please help me, what should I do?

P.S. Link to the forum is in the sig.
Run this query in PHPMyAdmin
repair table mybb_sessions;

That should repair it Smile
Also you should update your forum to 1.4.14 or even better 1.6 Smile
(2010-08-12, 09:55 AM)Conor Calby Wrote: [ -> ]Run this query in PHPMyAdmin
repair table mybb_sessions;

That should repair it Smile

Hey, can you be more specific? Yes, I know it sound simple but I don't know how to do it.

I am in PHPMYAdmin, what next?

P.S. Next to mybb_sessions it says "in use".


Edit: Nevermind, I have fixed it. Thanx guys Big Grin
Run it like in the pic below: