MyBB Community Forums

Full Version: error message not sure how
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Not sure how this came about or anything ?????

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

SQL Error:
145 - Table './alister_inspirationforum11/mybb_sessions' is marked as crashed and should be repaired
Query:
DELETE FROM mybb_sessions WHERE uid='1'
you might be already knowing about repairing the crashed table ... see response by Malcolm here
That is not the same error to the one im getting.
^ well, that need not be the same error ; if you are unsure of it then lets wait for the experts response ..
(2012-02-24, 07:12 PM)The-Dragon-Man Wrote: [ -> ]That is not the same error to the one im getting.

It's the same error.

Run the following two commands in phpmyadmin and it'll fix the issue.

repair table mybb_sessions;
alter table mybb_sessions engine = memory; 
Thank you that worked.