Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save RodrigoDornelles/f1fda8ba4d88b15f85169474dcf1d1bb to your computer and use it in GitHub Desktop.

Select an option

Save RodrigoDornelles/f1fda8ba4d88b15f85169474dcf1d1bb to your computer and use it in GitHub Desktop.
mysql dump to postgres stdin
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