Created
November 30, 2020 20:44
-
-
Save RodrigoDornelles/f1fda8ba4d88b15f85169474dcf1d1bb to your computer and use it in GitHub Desktop.
mysql dump to postgres stdin
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 <username> -p<password> -T . <database> --fields-terminated-by '\t' --fields-escaped-by '\' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment