0
4

2 に答える 2

0

--default-character-set=utf8

did it.

mysql -u root -p --default-character-set=utf8 dtbs < 1.sql
于 2012-10-10T21:14:03.353 に答える
0

Try running the command chcp 850 in cmd before you run your code.

That will make the 1.sql file load with correct encoding.

于 2012-10-10T21:27:49.407 に答える