Tuesday, 4 July 2017

How to backup your Mysql database with phpMyAdmin

1.Open phpMyAdmin.

2.Click Export in the Menu to get to where you can backup service you MySql database.


3. Make sure that you have selected to export your entire database, and not just one table.

There should be as many tables in the export list as showing under the database name.
 
4. Select"SQL"-> for output format, Check "Structure" and "Add AUTO_INCREMENT" value.

Check "Enclose table and field name with backquotes". Check "DATA", check use "hexadecimal for binary field".

Export type set to "INSERT".

5. Check "Save as file", do not change the file name, use compression if you want. Then click "GO" to download the backup file.

No comments:

Post a Comment