Databases are the backbone of modern dynamic websites like WordPress. Here is how you can manage them within your hosting Control Panel at https://panel.cloudzex.com/ (or via your CloudZex Client Area).
1. Creating a Database
- Go to the MySQL Databases tool under the Databases section.
- Enter a name for your new database and click Create Database.
2. Creating a Database User
- Scroll down to the MySQL Users section on the same page.
- Enter a username and a strong password, then click Create User.
3. Connecting User to Database
- Scroll down to Add User To Database.
- Select the user and the database you just created from the dropdowns, and click Add.
- Check the All Privileges box and save changes. Your database is now ready to be used!
Using phpMyAdmin
To view or edit the tables inside your database directly, click on phpMyAdmin from your control panel homepage. This visual interface lets you import, export, and modify data easily.