执行mysql语句报错 Illegal mix of collations……

Posted 进阶丶之路

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了执行mysql语句报错 Illegal mix of collations……相关的知识,希望对你有一定的参考价值。

Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8mb4_general_ci,COERCIBLE) for operation

在数据库执行查找的命令,判断条件含有特殊字符,再执行的时候报了以上错误;

查看字段编码发现是 latin1 字符集的latin1_german1_ci排序规则

修改数据库字段为utf-8编码  再次执行 顺利出现结果

 

以上是关于执行mysql语句报错 Illegal mix of collations……的主要内容,如果未能解决你的问题,请参考以下文章

sql报错Illegal mix of collations

sql报错Illegal mix of collations

报错:illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation

mysql 存储过程中报Illegal mix of collations

MySQL的Illegal mix of collationsy异常原因和解决方法

MySQL Error: Illegal mix of collations for operation 'concat'