Skip to content

Instantly share code, notes, and snippets.

@stephenhardy
Created April 14, 2016 12:07
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 stephenhardy/e9a9e3eea83cebab1cefd7a71a51a08b to your computer and use it in GitHub Desktop.
Save stephenhardy/e9a9e3eea83cebab1cefd7a71a51a08b to your computer and use it in GitHub Desktop.
mysqldump utf8
mysqldump -u username -p --default-character-set=utf8 --result-file=dumpFile.sql databaseName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment