MySQL is the most well-liked open-source relational database administration system (RDBMS) at this time. Lots of the hottest LAMP-stack internet purposes rely upon MySQL/MariaDB to handle giant quantities of information. WordPress, PrestaShop, and Nextcloud are notable examples. That is doubtless why MySQL is natively included with a Management Internet Panel set up.
Beneath we’ll cowl tips on how to create a MySQL database in CWP.
Create a MySQL Database
Since MySQL is already put in on CWP servers, you merely have to know tips on how to entry it in your hosting management panel.
- Log into CWP.
- On the left choose MySQL Supervisor. Finish customers might want to choose Databases to see the MySQL Supervisor choice. You’ll see all databases to which you will have entry. For admin customers that features mysql, oauthv2, performance_schema, postfix, root_cwp, and roundcube.
Common customers will see no databases except any have been manually created for that person.
Every row within the database checklist exhibits the database title, motion buttons to change and the database, proprietor, and system customers. The buttons can optimize, verify, restore, and backup the database.
Manually created databases will embody an extra choice to assign a database person and delete the database. - To create a MySQL database, admin customers choose Add new database from the top-right nook. Finish customers, choose Add database from the identical location.
- Admin customers should assign a CWP person to the database. Finish customers can select to assign a database person from their account.
- Sort a reputation for the brand new database. It is going to be modified to incorporate the database person as a prefix (e.g. “user_wp757”).
- Specify a personality set (charset) if vital. The commonest ones are “utf8mb4_unicode_ci” and “utf8mb4_general_ci.”
- Choose Save. The web page will refresh and present your new MySQL database.
Create MySQL Customers
There are two methods to create MySQL customers in CWP. The primary methodology is for an admin person to easily create a brand new CWP person. This routinely creates a MySQL database person of the identical title.
The second is for an finish person to create a database person underneath their account. We’ll cowl the latter methodology beneath.
- From the MySQL Supervisor web page, choose Add Person.
- Sort a MySQL username.
- Specify the host if vital.
- Create a robust password.
- Add the person to an current database if vital.
- Choose Save.
MySQL Server Settings
Now that you understand how to create MySQL databases and MySQL customers in CWP, there are some associated duties you need to be accustomed to.
Keep in mind, throughout the database checklist are choices to verify and restore MySQL databases in CWP. Inside the database checklist, choose the “verify database” button, then the “restore database” button. Superior customers can do that within the MySQL command-line interface (CLI) as nicely.
Reset MySQL Person Passwords
CWP server admin customers can change database person passwords by deciding on Customers on the high the web page. Then choose the gears icon underneath the “Actions” column.

Finish customers have a barely totally different course of.
- Choose Checklist Customers.
- Choose Change password beside the person you wish to edit.
- Sort a brand new password.
- Choose Change password.
Distant Database Administration

Admin customers can change distant database connection settings from MySQL Supervisor > Settings.
The default listening port is 3306.
The default bind tackle is 0.0.0.0.
Don’t overlook to pick Save settings after any adjustments.