idea连接Mysql,控制台输出表中内容出现乱码
final String URL="jdbc:mysql://localhost:3306/adb?useUnicode=yes&characterEncoding=UTF-8&useSSL=false&serverTimezone=UTC";
乱码如下
�:1 �weiwei �Ա�w
�:2 �yueyue �Ա�w
�:3 �aoao �Ա�w
final String URL="jdbc:mysql://localhost:3306/adb?useUnicode=yes&characterEncoding=UTF-8&useSSL=false&serverTimezone=UTC";
后面加了characterEncoding=UTF-8也没用
正常输出表中数据
你的数据库编码是utf8吗,看看创建的数据库编码,idea也设置下编码吧