Jump to the post that solved this thread.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved MySQL database!
#1
Not Solved
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.
#2
Not Solved
Execute this SQL query in phpMyAdmin:

REPAIR TABLE `mybb_posts`;
#3
Not Solved
(2011-08-21, 05:59 PM)faviouz Wrote: Execute this SQL query in phpMyAdmin:

REPAIR TABLE `mybb_posts`;

Thank you so much~! Smile
Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 1 Guest(s)