Creating a MySQL database in Cpanel allows you to run dynamic websites such as WordPress, Joomla, or phpBB. Follow these steps to create and manage your database easily.
Go to https://yourdomain.com:2083
and log in. Then click on “MySQL® Databases”.
Enter a name in the “Create New Database” field (e.g., sitedb
) and click Create Database.
In the “MySQL Users” section, create a username and password. This user will have access to the database.
Go to “Add User to Database”, select your new user and database, then click Add. In the permissions window, check “ALL PRIVILEGES”.
Return to the main menu and open “phpMyAdmin”. You can now manage your database, create tables, run SQL queries, and export backups.
Note: When installing WordPress or similar systems, use your new database details (database name, username, password, host: localhost).