Getting Started with cPanel - Create/upload your database in cPanel

If your website needs a database, you will need to create one in cPanel, upload your database file to it and then connect it to your website. When you create your database and user, please remember the database name, username, and password as this will be used when connecting the database to your website.

Create a database and user

  1. In the cPanel main menu click MySQL Database Wizard

MySQL Database Wizard highlighted.png

  1. Under Step 1: Create A Database, type in a database name and click Next Step
  2. Under Step 2: Create Database Users, type in a username and password and click Create User
  3. Under Step 3: Add user to the database, tick the privileges you want to give the user
  • You can tick ALL PRIVILEGES to have full control over the database
  1. Under Step 4: Complete the Task,click Return Home
  2. You have now created a database and user

Upload your database

  1. If you already have a database and want to transfer it to your cPanel, download your database from your current website host onto your computer
  2. In the cPanel main menu click phpMyAdmin

PHPMyAdmin.png

  1. On the left-hand side of the screen click on the database you just created
  2. Click Import

Import.png

  1. Under File to import click Choose file
  2. Select the database file from your computer and click Open
  3. Click Go
  4. A green box and tick will appear saying Import has been successfully finished, [number] queries executed. (filename)

Connect your database

If you have imported your database you will need to connect it to your website.

  1. In the cPanel main menuclick File Manager
  2. On the left-hand side of the screen, click the public_html folder
  3. Right-click (command-click for Mac) the configuration file and click Edit (your configuration file may look different to the below. The below is a WordPress website)

Edit Config File Highlighted.png

  1. The Edit menu will appear, click Edit
  2. Where you see your current database name, username and password delete it and write your new database name, username, and password (the one you just created in cPanel)

Config highlighted.png

  1. Click Save Changes
  2. Click Close
  3. Your database is now connected to your website