Skip to content

Instantly share code, notes, and snippets.

@damour
Created July 18, 2013 07:23
Show Gist options
  • Select an option

  • Save damour/6027370 to your computer and use it in GitHub Desktop.

Select an option

Save damour/6027370 to your computer and use it in GitHub Desktop.
mysqldump --opt --quote-names --skip-set-charset --default-character-set=latin1 mydatabase > /tmp/dump.sql
mysql --default-character-set=utf8 mydatabase < /tmp/dump.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment