MyBB Community Forums

Full Version: 1194 - Table 'mybb6f_sessions' is marked as crashed and should be repaired
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I get the following message:

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:1194 - Table 'mybb6f_sessions' is marked as crashed and should be repairedQuery: SELECT s.sid, s.ip, s.uid, s.time, s.location, s.location1, u.username, u.invisible, u.usergroup, u.displaygroup FROM mybb6f_sessions s LEFT JOIN mybb6f_users u ON (s.uid=u.uid) WHERE s.time > '1497745224' ORDER BY u.username ASC, s.time DESC


how do i fix this? is it a hosting problem?
you can try running below query on the database
REPAIR TABLE mybb6f_sessions

see if required => common sql queries guidance

if the crash appears frequently then
it would be better to contact web host & ask to analyze & fix