Category: MySQL • Tutorial Type: text • Added: 1252274700 •
I have a backup of my database that I need to import/transfer to my new account.
1. PhpMyAdmin you will see on the left side a drop down of your databases, select the database you would like to import to.
2. This will create some tabs at the top of the screen, click on SQL.
3. After clicking on SQL you will see a Text Box area and a file upload option.
4. Click browse on the file upload option and find your .sql file
5. After you have selected the file click GO and it will import your database.