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

java.sql.SQLException: Unknown initial character set index '255' received from server. Initial client character set can be forced via the 'characterEncoding' property.解决方案

时间:2021-06-04 19:33:18      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:index   prope   mysql   ORC   init   class   字符集   set   mysq   

描述:java项目连mysql时报错“java.sql.SQLException: Unknown character set index for field ‘255‘ received from server”

原因:这是编码不匹配的原因,MySQL驱动和数据库字符集设置不搭配,默认字符集已从latin1变成utf8mb4,因而系统变量受到影响

解决:直接在连接的URL后加上

useUnicode=true&characterEncoding=utf8

就可以了。

或者直接升级jar包!!

 

java.sql.SQLException: Unknown initial character set index '255' received from server. Initial client character set can be forced via the 'characterEncoding' property.解决方案

标签:index   prope   mysql   ORC   init   class   字符集   set   mysq   

原文地址:https://www.cnblogs.com/xuyupengblogs/p/12951538.html

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