SQl语句中加了IN 后报 Illegal mix of collations (gbk_chinese_ci,IMPLICIT) and (gb2312_chinese_ci,IMPLICIT) for operation '=' 错误。

  从提示中看是字符集错误。

  我首先更改了数据库的字符集,错误仍然。

  然后更改了表的字符集,问题解决。更改方法是在Navicat 的“设计”修改字符集。如下图红色部分。

MySql Illegal mix of collations (gbk_chinese_ci,IMPLICIT) and (gb2312_chinese_ci,IMPLICIT) for operation '=' 错误解决方法 

 

相关文章:

  • 2022-12-23
  • 2021-10-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-07
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-07
  • 2022-12-23
  • 2021-11-22
  • 2021-11-04
  • 2021-04-15
  • 2022-01-06
相关资源
相似解决方案