Illegal mix of collations (utf8_unicode_ci,IMPLICIT) and (utf8_general_ci,IMPLICIT) for operation '=';
当对数据进行操作时,发生如上错误
则因为数据库关联行 编码格式不同造成, utf8_unicode_ci, utf8_general_ci, 更改统一即可
Illegal mix of collations (utf8_unicode_ci,IMPLICIT) and (utf8_general_ci,IMPLICIT) for operation '=';
当对数据进行操作时,发生如上错误
则因为数据库关联行 编码格式不同造成, utf8_unicode_ci, utf8_general_ci, 更改统一即可
转载于:https://my.oschina.net/u/2474820/blog/664188