Skip to content

Instantly share code, notes, and snippets.

@Mexidense
Created December 9, 2018 16:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mexidense/7e1757a869c323f6bf2fed4e66cfd77c to your computer and use it in GitHub Desktop.
Save Mexidense/7e1757a869c323f6bf2fed4e66cfd77c to your computer and use it in GitHub Desktop.
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