Deleting Tables in a Database with phpMyAdmin

To delete tables in a database in phpMyAdmin, first login to phpMyAdmin and then follow this guide.

1. Select the database on the left hand side which contains the table to delete.

2. Click on the table in the left hand side that 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.

Note: For further help with phpMyAdmin click the 'Question Mark' icon on the left hand side.

Note: For further help with SQL click the 'SQL' icon on the left hand side.

Was this answer helpful?

 Print this Article

Also Read

Renaming Database Tables with phpMyAdmin

To rename database tables in phpMyAdmin, first login to phpMyAdmin and then follow this guide. 1....

Searching through a Database with phpMyAdmin

To search through a database in phpMyAdmin, first login to phpMyAdmin and then follow this...

Copying a Database Table with phpMyAdmin

To copy a database table in phpMyAdmin, first login to phpMyAdmin and then follow this guide. 1....

Becoming Familiar with Databases in phpMyAdmin

To familiarise yourself with databases in phpMyAdmin, first login to phpMyAdmin and then follow...

Modifying Fields in Database Tables with phpMyAdmin

To modify fields in database tables in phpMyAdmin, first login to phpMyAdmin and then follow this...