java.sql.SQLException: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,C

java.sql.SQLException: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation ‘=’,意思是说字符编码不同,不能进行比较,也就是说数据库内部的编码都不同,有的数据是latin1_swedish_ci,有的数据是utf8_gener
相关文章
相关标签/搜索