How to Import a MySQL Database via PHpMyAdmin: Difference between revisions
Jump to navigation
Jump to search
Docs admin (talk | contribs) Created page with "How to Import a MySQL Database via PHpMyAdmin: If you would like to import the 'dave_forum.sql' file in to a newly created MySQl DB, then follow the steps below: 1. Login to..." |
(No difference)
|
Revision as of 13:24, 7 March 2013
How to Import a MySQL Database via PHpMyAdmin:
If you would like to import the 'dave_forum.sql' file in to a newly created MySQl DB, then follow the steps below:
1. Login to cPanel
2. Scroll down to PHPMyAdmin, click on it
3. Once PHPMyAdmin loads, click on the database (The one you just created) in question on the right hand side
4. Click "Import" at the top
5. Now click "Browse"
6. Select your 'dave_forum.sql' mysql db backup
7. Make sure the "Format" selected is "SQL"
8. Scroll down and click "Go"