# How to Import a Database via phpMyAdmin in cPanel

Follow these steps to import a database using phpMyAdmin:

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

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

* From the navigation tree in the left sidebar, select the appropriate database where you want to import data.

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

* Click on **Import**.

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

* Under **File to Import**, click on **Browse** and select the SQL file from your computer.

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

* Scroll down and click on **Go**.

{% hint style="success" %}
If you see a success message, your SQL has been successfully uploaded.
{% endhint %}

<figure><img src="/files/4K4bDuSO4VMb80j2pOUk" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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-import-a-database-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.
