Fork me on GitHub

2019年3月5日

mysql编码不统一形成的错误

摘要: 错误提示:[Err]1267 - Illegal mix of collations(utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation ‘=’ 更改方法:将两个表的编码统一,可以执行ALTER TABLE t 阅读全文

posted @ 2019-03-05 16:17 蓝魂殇 阅读(116) 评论(0) 推荐(0) 编辑

导航