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.
我的问题是我的生产数据库上的所有表和字符串字段都设置为 latin1_swedish_ci。我刚刚在日志中遇到错误时发现:
一般错误:1267 排序规则(latin1_swedish_ci,IMPLICIT)和(utf8_general_ci,COERCIBLE)的非法混合操作'='
我使用 Symfony2 和 Doctrine。不知道为什么一开始就这样设置,但是当我手动更改它们时,我害怕让事情变得更糟。有什么帮助吗?