MyBB Community Forums

Full Version: Mysql Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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>'1155111369' ORDER BY u.username ASC, s.time DESC

help Sad
This is a MySQL error - not related to the MyBB software. Your MySQL database is probably corrupted - running 'REPAIR TABLE mybb_sessions', or using something like phpMyAdmin will probably solve this issue.