I have a WordPress site that I no longer want. But my databse is now full of hundreds of tables created by WordPress. I can't seem to find a way to drop tables with prefix, so What is the easiest way to get rid of all of these tables?
Asked
Active
Viewed 2,135 times
-1
-
3Here is a way [SQL: deleting tables with prefix](https://stackoverflow.com/questions/1589278/sql-deleting-tables-with-prefix), on a first google search :) – Valerica Sep 20 '18 at 13:35
-
1Possible duplicate of [SQL: deleting tables with prefix](https://stackoverflow.com/questions/1589278/sql-deleting-tables-with-prefix) – JNevill Sep 20 '18 at 13:37
1 Answers
1
Go to your hosting cpanel account. Select "phpMyadmin". Once you will go to phpMyadmin you will see list of database. Select the right database and then select all the tables and select drop. Please see image below.

Zubair Arif
- 80
- 5