原文:[HY000][1267] Illegal mix of collations (utf8mb4_general_ci,IMPLICIT) and (utf8mb4_0900_ai_ci,IMPLIC for operation '='

在链接地址 connectionCollation utf mb general ci指定下 或者下面方式 出现这种问题就是关联表的字符集不匹配 .查看数据库的字符集 show variables where Variable name like collation 结果: .查看关联表字符集 show create table table name .给关联表设置字符编码 alter table ...

2022-04-01 15:09 0 756 推荐指数:

查看详情

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM