How to create new database in cpanel phpmyadmin

To create a new database in cPanel's PHPMyAdmin, follow these steps:

  1. Log in to your cPanel account.
  2. Click on the "Databases" tab.
  3. Click on the "MySQL Databases" icon.
  4. Click on the "Create a New Database" button.
  5. Enter a name for your new database in the "Database name" field. Make sure it is unique and follows the allowed characters (letters, numbers, and underscores).
  6. Choose a collation for your database from the dropdown menu. Collation determines the character set and sorting rules for your database.
  7. Click the "Create Database" button.

Your new database will be created, and you will be taken to the database's main page in PHPMyAdmin.

Alternatively, you can also create a new database using the PHPMyAdmin interface:

  1. Log in to your cPanel account.
  2. Click on the "Databases" tab.
  3. Click on the "PHPMyAdmin" icon.
  4. Click on the "New" button in the top-right corner of the page.
  5. Enter a name for your new database in the "Create new database" field. Make sure it is unique and follows the allowed characters (letters, numbers, and underscores).
  6. Choose a collation for your database from the dropdown menu. Collation determines the character set and sorting rules for your database.
  7. Click the "Create" button.

Your new database will be created, and you will be taken to the database's main page in PHPMyAdmin.

Note: Make sure you have sufficient disk space and resources available in your cPanel account to create a new database.