Databases

Delete Tables in a Database with phpMyAdmin

In this article, we have covered how to delete tables in a database with phpMyAdmin.

Let’s get started.

To delete tables in a database in phpMyAdmin, first, log in.

1. From the left-hand side, select the database, which contains the table to be deleted.

2. Click on the left-hand side of the table, choose the fields you wish to delete

3. You can delete individual fields by selecting the field and clicking the ‘Delete’ icon.

4. To delete the whole table, click the ‘Drop’ icon and then click ‘OK’ to confirm the deletion.

[Need assistance to fix this error or install tools? We’ll help you.]

Related Articles