> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.ex2.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How to delete database table via phpMyAdmin in cPanel?

# Here are the steps to delete database table via phpMyAdmin in cPanel:

1. [Log into your cPanel interface](https://help.ex2.com/en/article/how-to-log-in-to-my-cpanel-account-xyoqm0/?bust=1676305236426) "https://www.domainname.com:2083" or by going through your client area.

2. In the [Databases](https://help.ex2.com/en/article/what-is-a-database-1re36hx/?bust=1784817086124) section, click on [phpMyAdmin](https://help.ex2.com/en/article/what-is-phpmyadmin-1p1660d/?bust=1784209189731) Icon.

![](https://www.ex2.com/clients/img/phpmyadmin-icon.gif)

3. Under your [cPanel](https://help.ex2.com/en/article/what-is-cpanel-vq3toz/?bust=1784206091492) username, you can see a list of all databases. Select the appropriate database, and it will be expanded and show tables of SQL.

4. Select appropriate table you want to delete like If you want to delete table "wp_links" then click on it.

![](https://www.ex2.com/clients/img/wp-links.gif)

5. Now click on the Operations option.

![](https://www.ex2.com/clients/img/wp-link-delete.gif)

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

Warning: The whole table will be removed, and it will be impossible to restore it specially If you don't have a backup.