Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在 Mysql 数据库的字段中存储和比较多种语言的文本。实际上,我将 uc2 设置为字符集,将 ucs_bin 设置为整理,我发现它不适用于西里尔文和希腊字符。 我怎么解决这个问题?有什么建议吗? 在此先感 谢特奥多罗
用作utf8字符集,带有排序规则utf8_unicode_ci——它是最健壮的组合(虽然比 using 稍慢utf8_general_ci)。
utf8
utf8_unicode_ci
utf8_general_ci