Skip to content

Instantly share code, notes, and snippets.

@Lovor01
Created February 21, 2021 11:50
Show Gist options
  • Save Lovor01/7a0fe0c879d8fe005979bc4cde9a5427 to your computer and use it in GitHub Desktop.
Save Lovor01/7a0fe0c879d8fe005979bc4cde9a5427 to your computer and use it in GitHub Desktop.
//Windows!
mysqldump --user=root --all-databases --result-file=name
//without result-file (using > filename) output goes to UTF16LE, which mysql cannot load!!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment