Skip to content

Instantly share code, notes, and snippets.

@soyuka
Last active December 23, 2015 22:09
Show Gist options
  • Select an option

  • Save soyuka/6701088 to your computer and use it in GitHub Desktop.

Select an option

Save soyuka/6701088 to your computer and use it in GitHub Desktop.
UTF8 SQL Dump
http://makandracards.com/makandra/595-dumping-and-importing-from-to-mysql-in-an-utf-8-safe-way
Cygwin + WAMP example :
$ /cygdrive/c/wamp/bin/mysql/mysql5.6.12/bin/mysqldump.exe -v -u root [-p pw] database -r dump.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment