This tutorial assumes you’ve already logged in to phpMyAdmin:
1. Now let’s learn how to Delete a Table from a database – select the table you wish to delete
2. Click the Drop button to delete the entire table and everything in it. Then click OK
3. The addresses table has been deleted (or dropped) from the database – refer left menu
4. Select the database and you will see that the addresses table is no longer listed in our database’s list of tables
This is the end of the tutorial. You now know how to delete tables from a database using phpMyAdmin