Skip to content

Commit 37e321e

Browse files
authored
Merge pull request #1671 from parallaxinc/zfi-patch-1
Create java_issues.md
2 parents bc3af61 + d969532 commit 37e321e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/java_issues.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2019-05-19 Timezone Issue in Oracle J-Connector
2+
3+
4+
After upgrading the MySql J-Connector, the following error occurs when an attempt is made to connect to a MySQL server:
5+
6+
``
7+
The server time zone value 'PST' is unrecognized or represents more than one time zone. You must
8+
configure either the server or JDBC driver (via the serverTimezone configuration property) to use
9+
a more specifc time zone value if you want to utilize time zone support.
10+
```
11+
12+
Affected versions:
13+
5.1.33+, 8.0.*
14+
15+
Bug Report link:
16+
https://bugs.mysql.com/bug.php?id=85816
17+
18+
Online documentation that addresses this issue:
19+
https://dev.mysql.com/doc/connector-j/8.0/en/connector-j-other-changes.html
20+

0 commit comments

Comments
 (0)