Saltar navegación

[Resuelto] I've uninstalled Toolset years ago on one of our sites (Congserve) tables exist

This support ticket is created 4 years, 4 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Zona horaria del colaborador: America/Jamaica (GMT-05:00)

Este tema contiene 3 respuestas, tiene 2 mensajes.

Última actualización por Shane 4 years, 4 months ago.

Asistido por: Shane.

Autor
Mensajes
#2263663
toolset.jpg

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!

#2263705

Shane
Colaborador

Idiomas: Inglés (English )

Zona horaria: 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

#2263819

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.

#2263889

Shane
Colaborador

Idiomas: Inglés (English )

Zona horaria: 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