In this tutorial you will learn how to export and import database in PhpMyAdmin.
Steps to Export Database:
- Run Wamp server. Go to PhpMyAdmin.
- On left side you see list of databases. Database that you want to export click on it.
- On top you see different options click on EXPORT.
- Check Save as file and zipped option and click on Go.
- Give path wher you want to save sql zipped folder.
- Database is exported successful.
For importing database you have to create a new database with a same name that you are going to import.
- Unzip your sql zipped folder.
- Create a new database with same name that you want to import.
- After creating new database. on top you see import option click on it.
- Browse Sql text file and click on Go.
- Your database is imported successfully.







0 comments:
Post a Comment