How to delete tables in a database with phpMyAdmin?


Linux Web Hosting have the easy way of deleting tables in a database using phpMyAdmin. The below process explanation will help you to delete tables in a database in the Web Hosting Server.

Procedure to create tables in a database using phpMyAdmin:-

  1. Login to your cPanel
  2. Go to phpMyAdmin option under Databases
  3. Select the table you wish to delete here
  4. You can delete individual fields from this table by selecting them here then clicking the drop icon here
  5. Click the Drop button here. Then click OK to confirm
  6. The addresses table has been deleted (or dropped) from the database
  7. The addresses table is no longer listed in our database’s list of tables
  8. Now we successfully delete the table.