MyBB Community Forums

Full Version: SQL Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Does anyone know what this means?

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
145 - Table './<myforum>_forumdb/mybb_posts' is marked as crashed and should be repaired
Query:
SELECT tid,uid FROM mybb_posts WHERE uid='1' AND tid IN (228,226,208,156,220,216,211,210,209,202,205,194,190,191,188,185,183,181,177,165) AND (visible='1' OR visible='0')


Thanks for the help...
Open phpmyadmin and run this query:

REPAIR TABLE mybb_posts;
In PhpMyAdmin, try running the command below.

REPAIR TABLE `mybb_posts`;

Ninja'd Sad