Removing and Reinstalling wp_comments
-
My wonderful web host bombed the mySQL database on my installation. Most everything is back, but wp_comments is still corrupt. When trying to do anything, I get:
WordPress database error: [Table ‘.\dbname\wp_comments’ is marked as crashed and should be repaired]
SELECT * FROM wp_comments WHERE comment_ID = ‘13484’ LIMIT 1This db problem with the host already lost a year’s worth of comments, so they’re gone anyway. I’d like to just delete the wp_comments table from the db then recreate it, without having to reinstall the whole site and lost a years’s worth of articles.
I am very nervous about making any change that will come back to haunt me, meaning in the past I’ve made little php tweaks then the whole theme gets screwed up.
Can anyone give a simple and quick, reliable way to delete the wp_comments table, then recreate it?
Thanks!!
The topic ‘Removing and Reinstalling wp_comments’ is closed to new replies.