MyBB Community Forums

Full Version: MyBB SQL Error [145]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can i fix this problem:

MyBB has experienced an internal SQL error and cannot continue.
SQL Error:145 - Table './orange1_webs/mybb_sessions' is marked as crashed and should be repairedQuery:DELETE FROM mybb_sessions WHERE uid='1'
Please contact the MyBB Group for technical support.

Please let me known.
you can try repairing the sessions table by using SQL query at phpMyAdmin (or database managing program)
REPAIR TABLE `mybb_sessions`

see (if required) => common sql queries guidance