Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ######### How to export all the databases with phpmyadmin ##########
- 1. Open phpMyAdmin and select the Databases tab. Check that all your databases should are listed there.
- 2. Select the Export tab, and then select the Custom tab. You do not want to use the default settings
- 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.
- 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.
- 5. Move down the the "Object creation options"
- 6. Select "Add DROP TABLE / VIEW / PROCEDURE / FUNCTION / EVENT / TRIGGER statement"
- 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.
- 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