First access phpMyAdmin (application used to manage databases) using the access credentials.
1.- Export a database
This option is useful when you want to migrate a hosting and need to import the database to a new server or simply keep a backup copy.
Access phpMyAdmin:
Select the database:
Custom: Allows you to select specific tables, change the "File character set" (for example, UTF-8), apply compression to the file or modify the export format, among other options.
Once the file is downloaded, you will have the database copy saved on your disk, ready to be imported.
2.-Import a database
To import a database, you will need the file previously exported in formats such as .sql, .zip, .tar.gz or .tgz. You will also need to have a database created in the hosting (
How to create a database in cdmon)
Related links