当前位置: 代码迷 >> 综合 >> kettle 连接数据库报错 The server time zone value is unrecognized or represents more than one time zone
  详细解决方案

kettle 连接数据库报错 The server time zone value is unrecognized or represents more than one time zone

热度:84   发布时间:2024-02-07 07:52:36.0

在链接后面添加serverTimezone=GMT

jdbc:mysql://192.168.190.128/ppc?serverTimezone=GMT

  相关解决方案