Database – How to Delete All Tables with the Same Prefix

database

I did the installation of a theme in Magento through the quick start of the theme, however, duplicate tables were created in the db.
So the tables have no prefix and prefix with their duplication.

The question is, how do I delete all tables with the prefix?

the prefix is​​: #_

Best Answer

Use a program of your choice, I prefer Sequel pro and mark the tables and delete them. Check "Force delete", so they are gone after this.

Related Topic