Evolve Help Center
Evolve Web Hosting Homepage Evolve Web Hosting Portal Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Published on: 03/03/2023 | Updated on: 04/14/2023 | Reading Time: 2 minutes

cPanel phpMyAdmin

Export an Existing Database

Difficulty Level: Easy

If you want to backup your database (no files) before you make changes, you can follow these steps:

  1. Login to your cPanel account

  2. Find the Databases Section and click on phpMyAdmin

cPanel Databases Section
cPanel Databases Section
  1. Select the database that you want to backup from the options in the left column

  2. Click the Export tab at the top of the screen and you’ll see this page

cPanel phpMyAdmin Export Screen
cPanel phpMyAdmin Export Screen
  1. Click the Go button and you’ll be prompted to select the location on your local computer to save the file.

If you need any assistance, please submit a ticket for Technical Support


Import a Database File

Difficulty Level: Easy

If you need to import a .sql file into an existing database, follow these steps.

  1. Login to your cPanel Account

  2. If you have already created a new database, skip to step 3. Otherwise, you will first need to Create a new Database

  3. Navigate to the Databases section and click on phpMyAdmin

cPanel Databases Section
cPanel Databases Section
  1. Once the new browser tab or window opens, locate your database from the left side vertical menu and click on it.

  2. Go to the Structure tab and make sure the database is empty before proceeding.

  3. Click on the Import tab and then select your .sql file from your local hard drive. Generally, leave all of the preset options unless you have a specific use case and are an advanced user.

cPanel phpMyAdmin Import Screen
cPanel phpMyAdmin Import Screen
  1. Start the import.
FileUploadSize
phpMyAdmin does have a size upload constraint of 2MB. If your database file is too large to import through phpMyAdmin, please open a ticket for Technical Support and we will be happy to import this for you. Please upload your .sql file to the /home/cpanel-username/ directory and in the ticket, let us know the full database name to import the file into.

If you need any assistance, please submit a ticket for Technical Support


cPanel phpMyAdmin Official Documentation