How to Delete a Database Table via phpMyAdmin in cPanel

1. Log in to your cPanel account.

2. In the Databases section, click on phpMyAdmin.


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


4. Select the appropriate table you want to delete. If you're going to delete table "wp_links", choose it.



5. Now click on Operations.


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.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How do I create a MySQL database?

Overview MySQL databases allow you to store lots of information in an easy to access manner. The...

How do I delete a MySQL database?

Overview You can easily delete a MySQL database from your web hosting account. Follow the...

How do I create a MySQL database?

Overview There are two primary steps when creating a MySQL user. The first step is to create a...

How do I use phpMyAdmin?

Overview phpMyAdmin is a web based database administration tool specifically for managing MySQL...

How do I setup remote access to my MySQL databases?

Overview Remote MySQL allows external web servers to access your MySQL databases by adding their...