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

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

show variables like "%char%";mysql

show variables like "%coll%";sql

 

而後將數據庫中全部編碼方式改成統一:數據庫

 

 代碼以下 複製代碼


mysql> set character_set_database=utf8;編碼

Query OK, 0 rows affected (0.00 sec)spa

 

mysql> set collation_database= utf8_general_ci.net

從新查看字符集及數據表字段編碼字符是否一致:code


總結htm

utf8_bin
utf8_general_ci
utf8_unicode_cici

utf8_bin 與 utf8_general_ci 能夠

utf8_bin 與 utf8_unicode_ci 能夠

utf8_general_ci 與 utf8_unicode_ci 不能夠

相關文章
相關標籤/搜索