---
title: "How to import and export MySQL databases in SiteWorx"
source: "https://docs.nexcess.com/sites-stores/control-panel/interworx/siteworx/database-management/import-or-export-mariadb-mysql-databases/"
description: "Learn how Nexcess clients can import and export MySQL databases with the phpMyAdmin control panel in SiteWorx."
vertical: "Sites & Stores"
date: "2019-09-10"
last_modified: "2026-07-02"
---

# How to import and export MySQL databases in SiteWorx

The import and export functions within phpMyAdmin give you an easy way to restore or migrate databases. We recommend you run this process in a test environment before committing to any permanent changes.

## Exporting tables

You can export MySQL databases using phpMyAdmin from your SiteWorx account with the below method.

1. Log in to your SiteWorx account.
    
    
    - If you do not know your password, click **Forgot your password** on the login page.
2. On the left, select **Hosting Features > MySQL > PhpMyAdmin**.
3. Select the correct database from the list on the left.
4. Select the check box corresponding to the desired table from the Table List, or click **Check All**.![](https://docs.nexcess.com/wp-content/uploads/2026/06/1568151619440-1568151619440-1.png)
5. From the **With selected** list, click **Export**.  
    ![](https://docs.nexcess.com/wp-content/uploads/2026/06/1568151635132-1568151635132-1.png)
6. Under **Export Method,** leave the **Quick** radio button selected.
7. Under the **Format** list, select your desired format.
8. Click **Go,** choose a location, and click **Save**.

## Importing tables

You can import MySQL databases using phpMyAdmin from your SiteWorx account with the following procedure:

1. Log in to your SiteWorx account.
    
    
    - If you do not know your password, click **Forgot your password** on the login page.
2. On the left, select **Hosting Features > MySQL > PhpMyAdmin**.
3. Select the correct database from the list on the left.
4. Click **Import.**
5. Under **File** to **Import,** click **Choose File** and select the file to be imported. Click **Go** when ready.
