Mybatis数据库连接报错--Unknown initial character set index '255' received from server. Initial client character set can be forced via the 'characterEncoding' property.
时间:2019-10-09 17:19:44
收藏:0
阅读:1058
Unknown initial character set index ‘255‘ received from server. Initial client character set can be forced via the ‘characterEncoding‘ property.
》解决方法
在数据库地址后面加上编码方式useUnicode=true&characterEncoding=utf8
原文:https://www.cnblogs.com/Demetris/p/11642575.html
评论(0)