JDBC驱动程序的5.2,5.6,5.7版本与UTC时区配合使用,必须在连接字符串中明确指定serverTimezone。
jdbc:mysql://localhost:3306/test?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC
JDBC驱动程序的5.2,5.6,5.7版本与UTC时区配合使用,必须在连接字符串中明确指定serverTimezone。
jdbc:mysql://localhost:3306/test?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC