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.
Link: http://hfcpp.info/

Here is the message:

MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
145 - Table './a4544217_Gknight/mybb_posts' is marked as crashed and should be repaired
Query:
SELECT COUNT(*) AS newposts FROM mybb_posts WHERE dateline > '1307282962' AND visible='1'
Go to your phpMyAdmin and Repair the table 'mybb_posts' there. Should be okay then.
REPAIR TABLE mybb_posts
Go to your phpmyadmin, and run the following query;
REPAIR TABLE `mybb_posts`;