|
How do I import a mysql database using PhpMyAdmin? |
|
|
In the cPanel you will find an Icon labeled MySQL Databases. At the bottom of the screen in MySQL Databases you will see an option for PhpMyAdmin , click on this. - Once in PhpMyAdmin you will see on the left side a drop down of your databases, select the database you would like to import to.
- This will create some tabs at the top of the screen, click on Import. After clicking on Import you will see a file upload option.
- Click browse on the file upload option and find your .sql file.
- After you have selected the file click GO and it will import your database.
All sql-statement will be executed and you will get a notification after the file is processed.
|