MyBB Community Forums

Full Version: Table 'mybb_sessions' Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

Sometimes we see an error from SQL db but I repair of phpmyadmin that then everything will be fine!
I wanted to know is Why drain these problems?
what I do I do that my forum does not automatically goes offline!

Thank you,

MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
    1194 - Table 'mybb_sessions' is marked as crashed and should be repaired
Query:
    SELECT * FROM mybb_sessions WHERE sid='a16ddad1c02dd35694136b925ddef865' AND ip='178.131.30.251' LIMIT 1

Please contact the MyBB Group for support.
well, it cannot be myBB's fault ! if you are frequently experiencing such issues then better to change the webhost ...
(2012-01-24, 01:42 PM)ranjani Wrote: [ -> ]well, it cannot be myBB's fault ! if you are frequently experiencing such issues then better to change the webhost ...

That won't make any difference.

OP, run this query in phpmyadmin:

alter table mybb_sessions engine = memory;

You won't experience any crashing after that.
^ oh! Thank You Smile