phpMyAdmin: Importing databases and tables

Let’s learn how to import a table into a database

 

1) Click the database you wish to import your table(s).
 
2) Click the Import tab
 
3) Select the file you wish to import
 
4) Click the Go button at the bottom of the page.

 

Please be aware that depending on the size of the table you are importing, this could take time. If all was completed successfully you will see a successful message on screen

  • PhpMyAdmin, import, tables
  • 127 Users Found This Useful
Was this answer helpful?

Related Articles

What are the information_schema tables I see when viewing my database?

INFORMATION_SCHEMA provides access to database metadata. Metadata is data about the data, such...

How can I access mysql database remotely?

Under the mysql header in Cpanel, select 'manage mysql'Then scroll down to the 'access hosts'...

How can I backup a database using phpmyadmin?

Backing up your database in Phpmyadmin is accomplished by doing the following: 1) Once you have...

How do I add a mysql database in Cpanel?

To create a MySQL database: - Go to 'Manage Mysql' under the database header in Cpanel - In the...