MyBB Community Forums

Full Version: how to fix crashed mybb_sessions ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am not happy that I was not told that the mybb have backdoor....
I went and patched my mybb forums. I have two forums crashed now before I patched them. I believe I am on mailing list and I never got any emails about the vulns in mybb.

how can i fix mysql problem? I see that mybb_session is in use in my myphpadmin......

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
145 - Table './username_xxxx/mybb_sessions' is marked as crashed and should be repaired
Query:
DELETE FROM mybb_sessions WHERE ip='xx.xx.xx.xx'
Run this query on the database:

repair table mybb_sessions
Proceed to your PHPMyAdmin and go to SQL tab and run the below query:

REPAIR TABLE `mybb_sessions`

and that should fix the crash, sessions table may crash once a while, nothing serious.
thanks
i correct this error

REPAIR TABLE mybb_captcha