Created
November 16, 2017 16:05
-
-
Save kimcoleman/09b5bec3877c19dadb688081fb1a9297 to your computer and use it in GitHub Desktop.
Recommended export settings for your WordPress MySQL database via phpMyAdmin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Select All Tables | |
* Select "SQL" format | |
* Include "Structure" and the following settings: | |
** 'Add DROP TABLE / VIEW / PROCEDURE / FUNCTION' | |
** 'Add IF NOT EXISTS' | |
** 'Add AUTO_INCREMENT' and | |
** 'Enclose table and field names with backquotes' | |
* Save as File (we select 'gzipped' to compress the backup file size) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment