MyBB Community Forums

Full Version: error 134 from storage engine
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I can't enter on my forum


Quote:SQL Error: 1030 - Got error 134 from storage engine
Query: SELECT * FROM mybb_sessions WHERE sid='3b2ce57e4ca61b4f84ae28e4e3b7f0ed' AND ip='5.119.100.44' LIMIT 1

&

Quote:MyBB has experienced an internal SQL error and cannot continue.
SQL Error: 126 - Incorrect key file for table './nasleand_umzdb/mybb_sessions.MYI'; try to repair it
SQL Error:1030 - Got error 134 from storage engine

can anyone help me?
about second >> Run this query in phpMyAdmin:

REPAIR TABLE `mybb_sessions`; 

I guess it will fix your first issue too.