标签: mysql
我想用utf8使用mysql,但我不知道如何设置它。
答案 0 :(得分:0)
只需执行此查询:
command.setCommandText("SET NAMES 'utf8'"); command.Execute();