mysql出现serverTimezone问题
Posted 雨梦大木
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql出现serverTimezone问题相关的知识,希望对你有一定的参考价值。
jdbc:mysql://172.16.50.141:3306/tx-manager?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false
如果mysql的链接后添加serverTimezone=UTC这种时区语句没有作用的时候,在数据库中执行
set global time_zone = ‘+8:00‘;
以上是关于mysql出现serverTimezone问题的主要内容,如果未能解决你的问题,请参考以下文章
安装完mysql,远程工具连接显示serverTimezone问题
解决 Server returns invalid timezone. Go to ‘Advanced’ tab and set ‘serverTimezone’ property manually
springboot启动过程中出现You must configure either the server or JDBC driver (via the serverTimezone configu