```
To export your database on phpMyadmin, you must access phpMyadmin through cPanel. 

- You must choose the database you want to export. 

- Click on the MySQL database you want to export, it is located on the left side,

as shown in the following image:

- When you are in phpMyAdmin to export your database you must click on the

"Export" button, which is located at the top of the page.

- Now choose the "Export Method".

- Fast - show only minimal options.
- Custom - display all possible options. In this option you can choose several 
  configurations, such as: Tables, Output, Format specific options, option to 
  create objects and data creation options.
  

- After all the necessary configurations have been made, click on the "Run" button. 

- The download will start.
```