Helpdesk
07.05.2025 16:27 18 Displayed

How can I take a backup of my database?

There are several ways to take a backup of your MySQL database.

Below, we will explain step-by-step how to back it up using the most practical method: phpMyAdmin.

Backing Up a Database with phpMyAdmin

1- Log in to phpMyAdmin

Access phpMyAdmin by clicking on the phpMyAdmin icon via cPanel or Plesk.

2- Select the Database You Want to Back Up

When phpMyAdmin opens, you will see a list of your existing databases on the left side. In this example, the database is named "wp484".

How can I take a backup of my database?

3- Click the "Export" Tab from the Top Menu

You will see the "Export" tab in the top menu of the selected database. Click it.

How can I take a backup of my database?

4- Choose an Export Method

Two options are offered:

  • Quick – display only the minimal options (generally sufficient)
  • Custom – display all possible options (for those who want to customize)

For the most practical method, select "Quick".

How can I take a backup of my database?

5- Choose Format (Usually SQL)

"SQL" is selected as the format by default. Leave it as it is.

How can I take a backup of my database?

6- Click the "Go" Button

Click the "Go" button at the bottom of the page. Your browser will automatically download a file with a .sql extension. This file is your database backup.

How can I take a backup of my database?

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

How can I take a backup of my database? Database backup tutorial How to back up a database Backup MySQL database Database backup methods