A database is essential for websites that constantly interact with information and store it on the server. Imagine a database as a giant file that organizes and stores all the information on your website.
Why Do I Need a Database?
If you plan to have a blog on your site, each post, comment, and user is stored in the database. Similarly, an online store requires a database to manage products, inventory, and customer profiles efficiently.
IMPORTANT: If you want to have a
CMS installed (WordPress, PrestaShop, etc.), the hosting must have the option to create databases. You can see which hosting plan is ideal for you depending on your needs.
How to create a database
Step 1: Access the Hosting Management
Access the hosting management from the cdmon control panel.
Step 2: Go to the Databases Section
In the "Databases" section, select the MySQL option.
Step 3: Create a New Database
Just below the connection details, find the "Create a new MySQL database" section. Enter the name you want to assign to the database and click the Create DB button.
Step 4: Assign Name and Encoding
Enter the name of the database you are going to create and assign the required encoding. Unless it needs to be changed for a specific programming requirement, we recommend leaving the encoding as UTF-8.
With these simple steps, you will have manually created a database in your cdmon hosting.
Related links