MyBB Community Forums

Full Version: Question: MySQL error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Today I found in my forum the following error:
Quote:MySQL error: 1030
Got error 127 from storage engine
Query: SELECT s.sid, s.ip, s.uid, s.time, s.location, u.username, u.invisible, u.usergroup, u.displaygroup FROM mybb_sessions s LEFT JOIN mybb_users u ON (s.uid=u.uid) WHERE s.time>'1176223210' ORDER BY u.username ASC, s.time DESC

Refreshing the forum the same error appears but with a few lines less:
Quote:MySQL error: 1030
Got error 127 from storage engine
Query: DELETE FROM mybb_sessions WHERE uid=0 AND time<='1176223947'
Which will be the reason of this problem? Rolleyes

Regards!.
Solved Problem, I repaired the tables "mybb_sessions" and "mybb_users" Wink.