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:
Log in with your credentials to phpMyAdmin.
Select the database:
Choose the database you want to export.
Export:
Click on Export.
Export options:
Quick: Exports the database with minimal configuration in a single click. Click Continue.
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)
In the cdmon Control Panel you can execute SQL scripts that allow you to import MySQL data into databases directly on the MySQL server. You can find the tool in the hosting Control Panel. To execute a MySQL script, first upload it via FTP to the ...
Sometimes we would like to have a backup copy of our WordPress installation in a simple and quick way to avoid data loss, server issues, moving installations, updates, etc. To create a backup of our blog, we have the WordPress "Export/Import" tool ...
If you want to view, modify or delete data from your database, the best option is to access it through phpMyAdmin. phpMyAdmin is a database manager accessible through an Internet browser. You can access it through the hosting Control Panel. To do so, ...
If you are migrating to cdmon from another provider, you will need to generate a backup of your current website so that you can import it into your new cdmon hosting. If you wish to move your website to cdmon on your own, in this guide we will ...
The collation of a database is a crucial aspect to ensure that data is stored efficiently and accurately. In this article, we will show you how to change the collation of a database using phpMyAdmin. Before showing the steps to make this change, it ...