MyBB Community Forums

Full Version: Table crashed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, went to go edit a template in admin and saw this:

MyBB has experienced an internal SQL error and cannot continue.
SQL Error:1194 - Table 'mybb_users' is marked as crashed and should be repairedQueryConfusedELECT style, COUNT(uid) AS users FROM mybb_users GROUP BY style
Please contact the MyBB Group for technical support.

Please advise and thanks in advance!
In your hosting panel you should have access to PHPMyAdmin or some other database management tool. There should be an option to repair a table. You can also run this query if it doesn't: REPAIR TABLE mybb_users;
Thanks - I found the repair tool in PHPMyAdmin and it worked Smile