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