Skip to content

Instantly share code, notes, and snippets.

@dantoncancella
Created January 18, 2013 12:53
Show Gist options
  • Save dantoncancella/4564371 to your computer and use it in GitHub Desktop.
Save dantoncancella/4564371 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