MyBB Community Forums

Full Version: MySQL database!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I apologize if I'm not suppose to post this here. @_@ I'm very new to MySQL so I don't really understand how to fix it.

Every time I try to access a post, I get this problem:
Quote:SQL Error:
145 - Table './tsunari_mybb156/mybb_posts' is marked as crashed and should be repaired

Query:
SELECT pid FROM mybb_posts WHERE tid=52 ORDER BY dateline DESC LIMIT 0, 1

I don't know how to fix it. Any help would be greatly appreciated.
Execute this SQL query in phpMyAdmin:

REPAIR TABLE `mybb_posts`;
(2011-08-21, 05:59 PM)faviouz Wrote: [ -> ]Execute this SQL query in phpMyAdmin:

REPAIR TABLE `mybb_posts`;

Thank you so much~! Smile