You can restore a database backup in PHPMyadmin by doing the following:
1) After entering PHPMyadmin from Cpanel, select the database name that you wish to restore from the dropdown list at the top left of the screen.
2) Select the 'import' tab on the top right of the screen.
3) Push the 'browse' button and locate the file you wish to restore on your local computer hard drive.
4) Click the 'go' button at the bottom right of the screen
How do I restore a database using PHPMyadmin? Print
- 0
Was this answer helpful?
Related Articles
Adding MySQL access hosts
You can allow external web servers to access your MySQL databases by adding their domain name to...
How can I access mysql database remotely?
Before you can connect to MySQL from another computer, you must enable your computer as an Access...
How do I create a MySQL database, a user, and then delete if needed?
Create: If you are using any type of PHP software or keeping a collection of records which need...
What is the mysql host name and port no.?
Always use 'localhost' as a host name and 3306 port no.