mysql提示:Illegal mix of collations for operation ‘UNION’

http://www.111cn.net/database/mysql/56096.htm

show variables like "%char%";

show variables like "%coll%";

 

然后将数据库中所有编码方式改为统一:

 

 代码如下 复制代码


mysql> set character_set_database=utf8;

Query OK, 0 rows affected (0.00 sec)

 

mysql> set collation_database= utf8_general_ci

重新查看字符集及数据表字段编码字符是否一致:


总结

utf8_bin
utf8_general_ci
utf8_unicode_ci

utf8_bin 与 utf8_general_ci 可以

utf8_bin 与 utf8_unicode_ci 可以

utf8_general_ci 与 utf8_unicode_ci 不可以

 

 

 

 

 

 

 

 

 

 

 

mysql提示:Illegal mix of collations for operation ‘UNION’,古老的榕树,5-wow.com

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。