标签:col har time pre 错误 mys 中文乱码 one timezone
其中UTC是统一标准世界时间。
完整的连接字符串示例:jdbc:mysql://localhost:3306/dwkj?serverTimezone=UTC
另一种选择:jdbc:mysql://localhost:3306/dwkj?useUnicode=true&characterEncoding=UTF-8,这个是解决中文乱码输入问题
最好结合使用
jdbc:mysql://localhost:3306/dwkj?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF-8
标签:col har time pre 错误 mys 中文乱码 one timezone
原文地址:https://www.cnblogs.com/guoyansi19900907/p/10261054.html