在mysql查询出来没有乱码,但显示在web界面就出现乱码请问是什么原因导致,
数据库字段长度会导致,更改字段大小即可。
https://help.fanruan.com/finereport/doc-view-1988.html mysql 乱码
少字体
参考服务器安装字体 https://help.fanruan.com/finereport/doc-view-3999.html
修改URL
jdbc:mysql://hostname:port/database?generateSimpleParameterMetadata=true&useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai
其中:
serverTimezone=Asia/Shanghai:设置以"上海时区"为准
characterEncoding=utf8:编码转化