The use of dynamic pages or content management systems requires the use of MySQL databases. These databases can be created from the cdmon control panel.
To create a database, first access the hosting management section.
Once you access the hosting management, go to the "Databases" section and click on the MySQL option.
When you access it, just below the connection details you will find the section "Create a new MySQL database". You only need to enter the name you want to assign to the database and click the Create a new MySQL database button.
Next, you need to enter the name of the database you want to create and assign the required encoding. Unless it is necessary to change it due to specific programming requirements, you can create it in UTF-8.
Note: If your hosting is a shared hosting plan, when creating a database you may see the following error message:
This message indicates that a database with the same name already exists in the system. To solve this, modify the database name until you find one that is not already in use in the system.
Once the database has been created, you can start working with it using the access credentials of the
MySQL user, which you can find in the hosting information summary.
Related Articles
How to import MySQL databases from Control Panel
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 ...
How to create MySQL secondary users
Domain migration You can create secondary MySQL users from the control panel. This allows you to distribute management tasks among different users, assigning different permissions individually to each database. If you need to view, modify, or delete ...
How to import and export databases from phpMyAdmin
From phpMyAdmin you can manage your databases, add, delete, or create new content. Two of the most common operations when using phpMyAdmin are importing and exporting databases. First access phpMyAdmin (application used to manage databases) using the ...
How to connect to a database with MySQL Workbench
Below we explain step by step how to establish a connection to your MySQL database using MySQL Workbench, including the necessary screenshots to guide you during the process. 1. Download and installation of MySQL Workbench MySQL Workbench is a free ...
How to create hosting in the Multihost Service
The Multihost service allows us to create different hostings within the same product. To create them, access your Multihost from the Control Panel. Once inside, click the "+ Add hosting" button. You will access a form that allows you to create the ...