Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions docs/java_issues.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
2019-05-19 Timezone Issue in Oracle J-Connector


After upgrading the MySql J-Connector, the following error occurs when an attempt is made to connect to a MySQL server:

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

Affected versions:
5.1.33+, 8.0.*

Bug Report link:
https://bugs.mysql.com/bug.php?id=85816

Online documentation that addresses this issue:
https://dev.mysql.com/doc/connector-j/8.0/en/connector-j-other-changes.html