Advertisement
wdtobibur

How to export all the databases with phpmyadmin

Nov 12th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. ######### How to export all the databases with phpmyadmin ##########
  2.  
  3.  
  4. 1. Open phpMyAdmin and select the Databases tab. Check that all your databases should are listed there.
  5. 2. Select the Export tab, and then select the Custom tab. You do not want to use the default settings
  6. 3. All the databases will be selected. Unselect any you do not want to backup. The system files are not included, and you do not need them.
  7. 4. Under the "Output" option, select "Export databases as separate files". This will automatically change the download file to ZIP with the individual database files in it.
  8. 5. Move down the the "Object creation options"
  9. 6. Select "Add DROP TABLE / VIEW / PROCEDURE / FUNCTION / EVENT / TRIGGER statement"
  10. 7. Unselect the "AUTO_INCREMENT value". Depending on the structure of your databases, you might have to select this. If you are not sure, just keep it selected.
  11. 8. Click on "Go". The ZIP file will download and you can save that in a safe place.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement