|
I would suggest you contact your host if your having issues fixing a hosting service on their server. You either need to repair the table or delete it and recreate it. I have provided both of those solutions to you. If you want to drop the comments table to recreate a new one you can use the command
DROP TABLE pp_comments
As I noted you will loose your comments if you do that. I fail to see why running a repair on the table is not working but your host should be able to assist you.
|