MyBB Community Forums

Full Version: 1032 - Can't find record in 'mybb_sessions'
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Got this error after server went down and hosting company fixed that:

SQL Error:
1032 - Can't find record in 'mybb_sessions'
Query:
SELECT s.sid, s.ip, s.time, s.location, u.uid, u.username, u.invisible, u.usergroup, u.displaygroup FROM mybb_users u LEFT JOIN mybb_sessions s ON (u.uid=s.uid) WHERE u.lastactive > 1374824433 ORDER BY u.username ASC, s.time DESC


How can I fix this? I have newest mybb version.
Run this in PHPMyAdmin

REPAIR TABLE `mybb_sessions`