码迷,mamicode.com
首页 > 数据库 > 详细

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

时间:2017-07-11 17:52:42      阅读:314      评论:0      收藏:0      [点我收藏+]

标签:排序   navicat   连接字符串   字符集   sql   ges   技术分享   数据库   image   

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

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

  技术分享

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

  技术分享

 

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

标签:排序   navicat   连接字符串   字符集   sql   ges   技术分享   数据库   image   

原文地址:http://www.cnblogs.com/MakeView660/p/7151403.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!