MyBB Community Forums

Full Version: Help! Forum down!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My forum shows this message:


MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
145 - Table './johntop_mybb/mybb_sessions' is marked as crashed and should be repaired
Query:
DELETE FROM mybb_sessions WHERE ip='24.116.188.225'
Please contact the MyBB Group for support.

Help!!!


I think my forum is about 2 updates behind. Please help!!
Run the following query in phpmyadmin:

repair table mybb_sessions

To prevent this occurring in the future, run the following query too:

alter table mybb_sessions engine=memory
(2012-03-02, 09:59 AM)Nathan Malcolm Wrote: [ -> ]Run the following query in phpmyadmin:

repair table mybb_sessons

To prevent this occurring in the future, run the following query too:

alter table mybb_sessions engine=memory

Its sessions Toungue

Corrected;
REPAIR TABLE `mybb_sessions`;
(2012-03-02, 10:04 AM)Yaldaram Wrote: [ -> ]
(2012-03-02, 09:59 AM)Nathan Malcolm Wrote: [ -> ]Run the following query in phpmyadmin:

repair table mybb_sessons

To prevent this occurring in the future, run the following query too:

alter table mybb_sessions engine=memory

Its sessions Toungue

Corrected;
REPAIR TABLE `mybb_sessions`;

That's what happens when I try to multitask. Toungue