Created
December 9, 2018 16:57
-
-
Save Mexidense/7e1757a869c323f6bf2fed4e66cfd77c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
mysqldump -u <USER> -p<PASSWORD> --opt --where="1 limit <FROM REGISTRY>,<TO REGISTRY>" | |
--default-character-set=utf8 <DB_NAME> <TABLE_NAME> > <FILE_NAME>.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment