From d9695326379c0f6741fb0fb04f1175ef69522c08 Mon Sep 17 00:00:00 2001 From: Jim Ewald Date: Sun, 19 May 2019 19:04:48 -0700 Subject: [PATCH] Create java_issues.md Create a page to document issues with Oracle packages. --- docs/java_issues.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/java_issues.md diff --git a/docs/java_issues.md b/docs/java_issues.md new file mode 100644 index 00000000..c03ab21d --- /dev/null +++ b/docs/java_issues.md @@ -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 +