MyBB Community Forums

Full Version: Site Mybb_posts table crashed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
my forum is giving error " 144 - Table './206620db3/mybb_posts' is marked as crashed and last (automatic?) repair failed "
i have an old backup with same posts but less users.
how can i replace only one table i.e. mybb_posts
you can check this error at my forum
thanks in advance for your suggestions.
Run this query in phpmyadmin:

repair table mybb_posts;
(2012-08-24, 02:04 AM)Nathan Malcolm Wrote: [ -> ]Run this query in phpmyadmin:

repair table mybb_posts;

i got error " import.php: Missing parameter: import_type
import.php: Missing parameter: format "
You've to click SQL tab after selecting your forum's database. You probably clicked on Import tab.
(2012-08-28, 04:57 PM)Yaldaram Wrote: [ -> ]You've to click SQL tab after selecting your forum's database. You probably clicked on Import tab.

i using sql tab and the result is same as above stated. I have backup of database and the database also contains mybb_posts table. how i can replace corrupted table with old table stored in backup.
thanks