MySQL Query Error SELECT tags FROM links_key where keyword='å¿«æ’电影'; Illegal mix of collations (utf8_general_ci,IMPLICIT) and (gbk_chinese_ci,COERCIBLE) for operation '='MySQL Query Error Select keyword,count From links_key where ( CONCAT(tags,' ') like '%å¿«æ’电影 %' ) And Not(keyword like 'å¿«æ’电影') and result='0'order by sotime desc limit 0,8; Illegal mix of collations (utf8_general_ci,IMPLICIT) and (gbk_chinese_ci,COERCIBLE) for operation 'like'MySQL Query Error SELECT COUNT(*) FROM links_link WHERE (keywords LIKE '%å¿«æ’电影%' or title LIKE '%å¿«æ’电影%') and result='2' Illegal mix of collations (utf8_general_ci,IMPLICIT) and (gbk_chinese_ci,COERCIBLE) for operation 'like'
MySQL Query Error select * from links_link WHERE (title like '%å¿«æ’电影%' or keywords like '%å¿«æ’电影%' or url like '%å¿«æ’电影%') and result='2' order by style=1 desc,intime desc Illegal mix of collations (utf8_general_ci,IMPLICIT) and (gbk_chinese_ci,COERCIBLE) for operation 'like'