1、修改表的字符集或者某个字段的字符集为utf8mb4,与核对貌似没有关系

MySQL无法存储Emoji表情问题的解决方法

2、mysql的jar包版本需在5.1.31以上,注意是jar包版本,不是mysql版本

MySQL无法存储Emoji表情问题的解决方法

3、在配置文件中的连接地址后加上

?useUnicode=true&characterEncoding=utf8&autoReconnect=true&rewriteBatchedStatements=TRUE

相关文章:

  • 2021-07-28
  • 2021-09-24
  • 2021-12-27
  • 2021-08-02
  • 2022-12-23
  • 2021-05-13
  • 2022-12-23
  • 2021-06-27
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-22
  • 2021-07-06
  • 2021-11-09
  • 2022-12-23
  • 2021-08-15
相关资源
相似解决方案