How to Delete a Database Table via phpMyAdmin in cPanel

Share this post

Table of Contents

Deleting a database table in cPanel using phpMyAdmin is easy but important. Be careful to avoid losing data by mistake.

1. Log in to your cPanel account.

2. In the Databases section, click on phpMyAdmin.phpmyadmin icon

3. Click on the Expand icon from the navigation tree in the left sidebar.
phpmyadmin expand db

4. Select the appropriate table you want to delete. If you’re going to delete table “wp_links”, choose it.wp links


5. Now click on Operations.wp link delete

6. Scroll down and then click on Delete the table (DROP).


Warning: The whole table will be removed. Please, note that it will be impossible to restore it, especially if you don’t have a backup.

Share this post