Skip to content

Instantly share code, notes, and snippets.

@lucasmezencio
Created November 22, 2012 21:18
Show Gist options
  • Save lucasmezencio/4132957 to your computer and use it in GitHub Desktop.
Save lucasmezencio/4132957 to your computer and use it in GitHub Desktop.
Default Character Set on MySQL command line import
mysql -u user -p database -h mysql.example.com --default-character-set=utf8 < import.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment