On this page
Deleting tables from a database with phpMyAdmin
Learn how to permanently delete a table from your database using phpMyAdmin in cPanel.
phpMyAdmin lets you drop an entire table from a database in just a few clicks. Be aware that this permanently deletes the table and all the data it contains.
Dropping a table cannot be undone. Make sure you have a backup of your database first - you can generate one from the Export tab in phpMyAdmin, or restore an earlier copy using JetBackup.
Delete an entire table
- Open phpMyAdmin from cPanel and select your database from the left-hand panel.
- Click the name of the table you want to delete.
- Click the Drop link (in the table list, or on the Operations tab).
- phpMyAdmin asks you to confirm the
DROP TABLEcommand - click Yes.

The table is removed from the database and no longer appears in the table list.
Remove individual columns instead
If you only want to remove specific columns rather than the whole table:
- Select the table from the left-hand panel.
- On the Structure tab, tick the checkbox next to each column you want to remove.
- Click the Drop link at the bottom of the column list.
- Confirm when prompted.
Was this helpful?
Your feedback helps us find gaps in the docs.
Thanks for the feedback!
Related articles
Databases
How to create a MySQL database in cPanel
Use the Database Wizard in cPanel to create a MySQL database, add a user, and grant privil...
Databases
Becoming familiar with databases in phpMyAdmin
A quick guide to the main features of phpMyAdmin and how to work with your databases and t...
Databases
Creating tables in a database with phpMyAdmin
Learn how to create a new table inside a MySQL database using phpMyAdmin in cPanel.
Databases
Inserting fields into database tables with phpMyAdmin
Learn how to add a new field (column) to a database table using phpMyAdmin in cPanel.
Still need a hand?
Real people, around the clock - start a chat or open a ticket and we'll help you put it right.