How do I restore a database using PHPMyadmin?

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 

Was this answer helpful?

 Print this Article

Also Read

Adding MySQL access hosts

You can allow external web servers to access your MySQL databases by adding their domain name to...

What is the mysql host name and port

Always use 'localhost' as a host name and 3306 port no.

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...