I want to clean up old tables no longer in use with wp-optimize.
See attached. Only one table has a remove button. i want to clean up all of them.
congserve.wpengine.com
Thanks for your help!
Shane
Supporter
Languages:
English (English )
Timezone:
America/Jamaica (GMT-05:00)
Hi Julie,
Thank you for getting in touch.
Do you have PHPMYADMIN access for you site ? If so then you should be able to access the directory directly and then delete it from the database.
If you're not sure how to do this then please provide me with admin access to the site so that I can do this for you.
Thanks,
Shane
I'd prefer not to provide access, and have been in PHPmyAdmin before, but not a pro. Could you give me a couple screenshots so I can do this? I'd very much appreciate it.
Shane
Supporter
Languages:
English (English )
Timezone:
America/Jamaica (GMT-05:00)
Hi Julie,
Before performing any SQL queries on your database I recommend that you first backup your entire website including the database.
Then you can go to your phpmyadmin and select the database for your website then on the SQL tab run the following query.
DROP TABLE wp_toolset_type_sets,wp_toolset_relationships,wp_toolset_post_guid_id,wp_toolset_associations;
Once you've ran this SQL query the tables should get deleted.
Thanks,
Shane