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.
可能重复: 一直到 UTF-8
所以我的表中有一个名为'names'的列,它是一个VARCHAR(60),但我试图正确接受国际字符。对于中文/韩文字符,它只是输入“?” 代替实际的字符。什么是与国际 2 字节标准正常工作的整理?我还需要能够根据区分大小写从该列中选择数据,因此TEST将提取与Test. 谢谢
TEST
Test
您可以将数据库排序规则设置为utf8-general-ci,数据库将正确处理字符。
utf8-general-ci