Backing up your database using phpMyAdmin is easy: you've to do following steps:
- Once you have reached the phpMyAdmin screen, select the database you want to back up.
- Select the 'export' tab on the top right of the screen.
- Scroll down the page and click 'Save as file' and click on the 'go' button. This will save a copy of your database on your local computer.
You can select the preferred format: .SQL, .CSV, MS Excel, LaTeX, .PDF, .XML
To make a backup copy, .SQL format is preferred.