We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc3af61 + d969532 commit 37e321eCopy full SHA for 37e321e
docs/java_issues.md
@@ -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