MySQL Error: Illegal mix of collations for operation 'concat'

  在使用concat连接字符串时出现错误:MySQL Error: Illegal mix of collations for operation 'concat'

  原因:字段操作默认为UTF8的编码,应该绝对统一使用UTF-8,而创建数据库时使用了其它编码。

  MySQL Error: Illegal mix of collations for operation 'concat'

    解决方法:在Navicat for MySQL中删除掉原来的数据库,重新新建,新建时设置字符集和排序规则为UTF-8

  MySQL Error: Illegal mix of collations for operation 'concat'

上一篇:零基础学习hadoop到上手工作线路指导(初级篇)


下一篇:Feign 自定义编码器、解码器和客户端,Feign 转发请求头(header参数)、Feign输出Info级别日志