-1

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?

JNevill
  • 46,980
  • 4
  • 38
  • 63
  • 3
    Here 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
  • 1
    Possible 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 Answers1

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.

enter image description here