How Can We Help?
< All Topics
Print

Importing a MySQL Database with PHPMyAdmin: Step-by-Step Instructions

Importing a database using PHPMyAdmin is crucial for accurate data transfer when migrating web applications and databases between servers.

Import a database using PHPMyAdmin manually

1. Log into PHPMyAdmin. (You can get your PHPMyAdmin URL inside your cPanel or Plesk.)

2. Then, click the “New” button on the side menu, enter your database name, and then click the “Create” button to create a new database.

PHPMyAdmin

3. After that, click on the “Your Created Database Name” button on the side menu, and then select the Import tab at the top menu to create a new table.

4. Then, click the Choose File button, select the desired database file (.sql or.zip), and click “Go” to proceed.

5. After importing the database, a green checkmark will appear, indicating that the tables have been successfully imported and displayed in the side menu bar.

Table of Contents