> For the complete documentation index, see [llms.txt](https://docs.clouduxe.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clouduxe.com/databases/how-to-delete-a-database-table-via-phpmyadmin-in-cpanel.md).

# How to Delete a Database Table via phpMyAdmin in cPanel

Follow these steps to delete a database table:

* Log in to your **cPanel account**.
* In the **Databases** section, click on **phpMyAdmin**.

<figure><img src="/files/Nrw5RccJO0D9dbAmB4d4" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/7lobQ3x8xTC3zRcEHpvE" alt=""><figcaption></figcaption></figure>

* Select the appropriate table you want to delete (e.g., "wp\_links").

<figure><img src="/files/vkW8LcJv0kOESKpNW1ji" alt=""><figcaption></figcaption></figure>

* Click on **Operations**.

<figure><img src="/files/cAPlUCaJplT97UQY7hqL" alt=""><figcaption></figcaption></figure>

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

{% hint style="danger" %}
**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.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.clouduxe.com/databases/how-to-delete-a-database-table-via-phpmyadmin-in-cpanel.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
