Created
November 22, 2012 21:18
-
-
Save lucasmezencio/4132957 to your computer and use it in GitHub Desktop.
Default Character Set on MySQL command line import
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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