gpt4 book ai didi

mysql - 服务器时区值 'KST' 无法识别 : How to fix server-side?

转载 作者:行者123 更新时间:2023-11-29 05:48:22 24 4
gpt4 key购买 nike

我正在运行一个 MySQL 客户端实用程序,并获得 this well - known错误:

The server time zone value 'KST' 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.

开箱即用的 Ubuntu 2019.04,从官方 Ubuntu 存储库(mysql Ver 14.14 Distrib 5.7.26)安装了数据库引擎。

如何解决?

&serverTimezone=UTC 附加到 JDBC URL 可以解决问题但不幸的是我无法控制实用程序使用的 URL 所以我必须解决问题服务器-边。

我尝试在 MySQL 服务器上运行 SET time_zone = "+09:00";,它没有解决问题。

可能是问题的一部分:

select * from mysql.time_zone_name;
Empty set (0.00 sec)

环境 | grep KST 什么都不返回。

最佳答案

如果 KST 是指韩国使用的韩国标准时间,请使用 TZDB identifier 亚洲/首尔

SET GLOBAL time_zone = 'Asia/Seoul';

KST 不是有效的 TZDB 标识符。

关于mysql - 服务器时区值 'KST' 无法识别 : How to fix server-side?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57213463/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com