In some cases it is necessary to delete the database that we have in the hosting in order to create a new one, or because the contracted plan only allows a maximum of 1 and we need to remove the current one. In this guide we will show how to delete hosting databases from the control panel:
The first thing we need to know is that databases are not deleted from phpMyAdmin, but directly from the
cdmon control panel, therefore the first thing we must do is log in with our user account at
cdmon.com.
To proceed, we must go to the hosting management where the database we want to delete is located:
We must go to the "MySQL" column and click on the first icon:
Next, all the information related to the MYSQL service of your hosting will appear. We must go to the "Database list", select the one we want to delete, and then click on the cross that appears on the right side of all the databases.
To finish, we only need to confirm the operation and the database will be deleted:
Related Articles
Pilotron | Database management in cdmon
Pilotron is your artificial intelligence assistant in the cdmon control panel. With this tool, you can manage and obtain information about your databases quickly and easily, without needing to manually navigate through the control panel. In this ...
How to free up space from a database
A database is a tool used to collect and organize information. Databases can store information about people, products, orders, or other items. cdmon databases are MySQL. MySQL is based on a client-server model. The core of MySQL is the MySQL server, ...
How to import a database by SSH
Before starting, it is important to mention that not all hosting plans provide SSH access. To follow this guide, you will need a plan that includes this feature. The available plans are the Senior plans or higher. You can check our comparison table ...
How to set up the database in Prestashop
PrestaShop is a popular e-commerce platform that allows you to create and manage your online stores effectively. A fundamental part of PrestaShop configuration is the correct database setup. The database stores critical information about products, ...
How to know which database my WordPress uses
If you want to know which database your WordPress website is using, there are several ways to do it. Below, we provide a step-by-step guide to identify your WordPress site's database from the wp-config.php file of your WordPress: The wp-config.php ...