MyBB Community Forums

Full Version: What does this mean?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm a little light in all of this, so I'm just looking for some guidance please.

I'm getting the following error.

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

SQL Error:
1030 - Got error 127 from storage engine
Query:
DELETE FROM mybb_sessions WHERE ip='xx.xx.xx.xxx' LIMIT 1


I have my IP limits set to one IP per registered user. Being the admin, I created another two ID's that would work in conjunction as suppliment service entities to the site. However these ID's are logged as the same IP address as well. I am now unable to log into my site with any ID, but only through the admin control panel.

Does this mean I have just banned this IP address, and all ID's tied to it? How would I go about eliminating this error as I don't really understand it.

Thank you
MySQL error: 127 = Record-file is crashed

could try repairing database/tables using phpmyadmin
Destroyer has written a great tutorial on how to repair tables:

Repairing database tables (without phpMyAdmin)