Helpdesk
07.04.2025 12:54 65 Displayed

Exporting MySQL Databases

The export process allows you to safely back up your database. You can use this backup before making changes to the database or to transfer it to a different server.

In this article, we will guide you step by step on how to export your database.

1- Log in to the Customer Control Panel:

  • Log in to your Atak Domain customer control panel.

Exporting MySQL Databases

2- Select Your Hosting Account:

  • Click the "My Hosting" button in the Atak Domain customer control panel.

Exporting MySQL Databases

  • Click the "Manage" button next to your hosting service.

Exporting MySQL Databases

3- Access cPanel:

  • On the "Hosting Management" page, click the "Go to Control Panel" button to log in to cPanel.

Exporting MySQL Databases

4- Access phpMyAdmin:

  • On the cPanel homepage, find the Databases section and click the phpMyAdmin icon.

Exporting MySQL Databases

5- Select Your Database:

  • Once phpMyAdmin is open, you will see a list of your available databases on the left. In this example, the database is named test_db.

Exporting MySQL Databases

6- Export:

  • Click the "Export" button on the top menu of phpMyAdmin.

Exporting MySQL Databases

  • To export your database in the most common SQL file format, select the "Quick - display only the minimal options" export method and click "Go."

Exporting MySQL Databases

  • If you have specific needs such as exporting in a different file format or exporting only some tables from your database, select the "Custom" export method and configure the settings accordingly. Then click the "Go" button.
  • An SQL export file will be generated and downloaded to your computer.

Congratulations! You have successfully exported a copy of your database.

Exporting MySQL Databases