2026/9/7 23:45:11
MySQL排序规则冲突:utf8mb4_unicode_ci与0900_ai_ci报错排查与解决
“Illegal mix of collations (utf8mb4_unicode_ci,IMPLICIT) and (utf8mb4_0900_ai_ci,IMPLICIT) for operation ”,看到这句报错,说明你已经踩进了MySQL字符集排序规则冲突的坑。最近好几个读者拿着同一段联表查询来问我,说代码半个月没动&…