Last week ago, I was checking my WordPress blogs and found my blog has no post. After that I tried to login to my WordPress Dashboard, and I logged in without any hassle. How come my categories, tags, stats, attachments are fine.
I went to phpMyAdmin by click the phpMyAdmin button on cPanel to check blog’s database, on the structure page of database on my blog has show “wp_post” marked “in use”. It may be particular table was crashed due to an error.

So, I went to MySQL database page on cPanel, then select database and click the “Check DB” button on modify Databases section.

The results show “warning: Tables is marked as crashed” on wp_post table, which is a root cause of no post on my blog.

So, I went to MySQL database page again, and select database and click the “Repair DB” button on modify Databases section.

The repair of the database result seems fine.

After that I went to my blog and the posts have shown. It’s Work!!
Note:
The other way to repair a table in a MySQL database you can use phpMyAdmin by following the step below:
Related posts:
Recent Comments