PhpMyAdmin is a useful database tool that can be used for a variety of MySQL database operations.

The following tutorial covers the import feature. Before you make any changes, be sure that you have a current backup of your database. Importing a table means that you will be bringing data and/or a table structure into the database. 

  1. Login to cPanel.
  2. In the Database section, click on the icon labeled phpMyAdmin. This will launch phpMyAdmin and you will be displayed the list of databases available in your cPanel account.
  3. From the menu on the left, select the database
  4. Click on the database
  5. Before you begin the file import, you will need to make sure that the same table does not already exist. Delete or Drop the table with phpMyAdmin before you begin the import if you see that the table already exists. Make sure that you have backed up your database before you delete anything.
  6. Click on Browse to see database tables
  7. Select the .sql file with the table
  8. Click on Go in order to start the import
Was this answer helpful? 0 Users Found This Useful (0 Votes)