异常: The server time zone value 'ÖÐ
发布时间:2020-12-14 06:40:14 所属栏目:Java 来源:网络整理
导读:异常: The server time zone value '?D1ú±ê×?ê±??' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zon
异常: The server time zone value '?D1ú±ê×?ê±??' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support.场景: Java 连接 MySQL 时连接不上解决: 修改数据库时区 1.在mysql中执行如下语句 set global time_zone='+8:00'; 2.修改数据库连接的url,加上如下参数(指定时区): serverTimezone=GMT (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |