MyBB Community Forums

Full Version: Internal Error (URGENT) SQL ERROR
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
145 - Table './alpha_mybb459/mybb_alphaposts' is marked as crashed and should be repaired
Query:
SELECT COUNT(*) AS draftcount FROM mybb_alphaposts WHERE visible='-2' AND uid='1'
Please contact the M
marked as crashed and should be repaired

Repair your posts table using phpmyadmin.
how do you repair it ? (i'm using PHP admin but what do I do to repair it )
In phpMyAdmin select your database which your forum is hosted on and execute the following under the SQL tab:

REPAIR TABLE `mybb_alphaposts`
why thanks you, that worked excellent.