MyBB Community Forums

Full Version: MySQL error: 1016
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok, I'm having one of my very rare problems with MyBB.

I can't access my Theme Designers forum, because I'm getting this error:
MySQL error: 1016
Can't open file: 'mybb_sessions.MYI' (errno: 145)
Query: SELECT * FROM mybb_sessions WHERE sid='0' AND ip='**.**.***.**'
The stars are my IP. Rolleyes


My plugins are:
Clear Database [Deactivated]
Hello World! [Deactivated]
Trash Can Forum [Activated]
User Permissions [Activated]
Polls: Who Voted [Activated]


Could someone help? I've banged my head up enough over this!!
Thanks!
FW
The database table mybb_sessions is corrupted. Go into phpMyAdmin and repair the table. You can run the following query alternatively:
REPAIR TABLE mybb_sessions;
Thanks, Michael, that worked. Big Grin

But how could the table have gotten corrupted??
There could be serveral reasons like a faulty hard drive or just an error when writing into the database.