Restore MySQL database backup in phpmyadmin xampp

Import MySQL database including tables with the use of SQL dump(Downloaded) file.

Restoring MySQL database backup is one of the most important task after loosing your all data by some software problem, virus problem. But its very easy to get back your complete database by simply using your backup file restoring procedure. So here is the complete step by step tutorial for Restore MySQL database backup in phpmyadmin xampp.

How to Restore MySQL database backup in phpmyadmin xampp.

1. Start your Xampp control panel.

xampp control panel v322

2. Create Database( If you don’t know how to create database then ready my help article). Then click on your created database to open it.

testdb

3. Click on Import button.

import

4. Now click on Choose File to select your backup file, Then select your file format as SQL or another, Click on Go Button.

Restore MySQL database backup in phpmyadmin xampp

Here you go now your import is successfully done.