MyBB Community Forums

Full Version: mySQL error: 1030 Got error 12 from table handler
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
mySQL error: 1030
Got error 12 from table handler
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>'-16843494192' ORDER BY u.username ASC, s.time DESC


Again the same problem. I had repaired that last week, but now, the same problem seems again.
Can someone explain that problem that, why does it seems ? and where can i fix that ??

Very thanks...
Strange, its a different table as well. Does repairing "mybb_sessions" fix it?
I did it. But now, same problem seems again ConfusedConfused
CasTexx Wrote:I did it. But now, same problem seems again ConfusedConfused

Did the error disappear and reappear when you repaired the table? Or was the error still present?