Creating a MySQL Database
Most applications like WordPress need a database.
Steps
- Log in to cPanel
- Go to Databases section
- Click MySQL Databases
- Enter database name → Create Database
- Create a new MySQL user with strong password
- Add User to Database
- Grant All Privileges
Database Details
| Database Name | yourusername_dbname |
| Username | yourusername_user |
| Password | Your set password |
| Host | localhost |
phpMyAdmin
Click phpMyAdmin in cPanel to manage visually – run queries, import/export data, and manage tables.