我正在使用MySQL,最新版本。默认情况下,我得到 latin1_swedish_ci ,这听起来不太正确。
答案 0 :(得分:4)
您应该使用utf8_general_ci
这是来自MySQL参考站点的a full list of the character sets and their descriptions。
答案 1 :(得分:2)
您可以从MySQL数据库配置文件更改默认排序规则。
另请参阅此链接http://streetsmartingit.blogspot.com/2008/04/how-to-changeconvert-your-mysql.html,了解有关使用现有数据库执行此操作的说明。