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)
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, ...
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 ...
We can export the posts and comments from our Blogger blog to a cdmon hosting account where we have WordPress installed. To do this, once you have contracted a hosting service that includes PHP and MySQL, you will need to install WordPress manually ...
If you need to deactivate a WordPress plugin but cannot do it from the WordPress admin panel, you can deactivate it through phpMyAdmin. Below is a detailed step-by-step guide on how to do it. Access phpMyAdmin Log in to your hosting control panel and ...