How to Create a MySQL Database Print

  • 0

How to Create a MySQL Database

Many applications such as WordPress require a MySQL database.

Step 1: Log in to cPanel

Access your hosting control panel.

Step 2: Open MySQL Database Wizard

Navigate to:

Databases → MySQL Database Wizard

Step 3: Create Database

Enter a database name.

Example:

wordpress_db

Click "Next Step".

Step 4: Create Database User

Enter:

  • Username

  • Password

Use a strong password.

Click "Create User".

Step 5: Assign User to Database

Grant all privileges to the database user.

Select:

☑ ALL PRIVILEGES

Click "Next Step".

Database Information Example

Database Name:
cpaneluser_wordpress_db

Database User:
cpaneluser_wpuser

Password:
Your secure password

Connecting Applications

Use the database details during installation of:

  • WordPress

  • Joomla

  • Drupal

  • Laravel

  • Custom PHP Applications

Security Recommendations

  • Use strong passwords.

  • Remove unused database users.

  • Backup databases regularly.

For assistance, contact JKReseller Support.


Was this answer helpful?
« Back