mysql数据库连接时区The server time zone value '�й���ʱ��' is unrecognized or represents more than one time
摘要:时区问题,需要设置一个时区 完整的连接如下: jdbc:mysql://localhost:3306/crawler?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
阅读全文
posted @ 2021-02-01 23:15