備忘技術分享

[備忘]mysql command line import 指定語系

[sourcecode language=”bash”]
mysql -u root -p dbname –default-character-set=utf8 < d:\utf.sql
[/sourcecode]