MyBB Community Forums

Full Version: SQL Error: Can't open file: 'mybb_sessions.MYI' error 145
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I try to load my forum I receive the following message.

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1016 - Can't open file: 'mybb_sessions.MYI' (errno: 145)
Query:
DELETE FROM mybb_sessions WHERE uid='1' LIMIT 1

I'm looking for someone who can help resolve this as this is a growing forum which I do not want to leave down too long. Once this is fixed I would like to have someone help me upgrade to the newest MyBB version.

PLease e-mail me directly at: [email protected] or [email protected]

Thank you,

Kevin
Run this in phpMyAdmin:

REPAIR TABLE `mybb_sessions`
Thank you, that solved my problem with my forum. Thanks again.