Table Missing Issue
-
I was optimizing my site using Advanced Database Clean plugin. I mistakenly deleted some tables, only for me to see that my site has been broken as it shows the following errors below:
“Error establishing a database connection”.
After adding the following codes “define(‘WP_ALLOW_REPAIR’, true);” to myPhpAdmin as suggested by WordPress for repair, I still got the following errors:
The
wp**_optionstable is not okay. It is reporting the following error:Table '____wp***.wp**_options' doesn't exist. WordPress will attempt to repair this table…
Failed to repair thewp**_optionstable. Error:Table '___wp***.wp**_options' doesn't existThe
wp**_postmetatable is not okay. It is reporting the following error:Table '____wp***.wp**_postmeta' doesn't exist. WordPress will attempt to repair this table…
Failed to repair thewp**_postmetatable. Error:Table '____wp***.wp**_postmeta' doesn't existHow can I fix this?
Note, I have a backup but it is a week back.
The page I need help with: [log in to see the link]
The topic ‘Table Missing Issue’ is closed to new replies.