Database JDBC and Timezone

조회 수: 1 (최근 30일)
Wayne Choi
Wayne Choi 2020년 2월 10일
댓글: Wayne Choi 2020년 7월 13일
I have encountered this problem while I am trying to connect to the database MySQL. My JDBC driver is mysql-connector-java-8.0.19.jar and I cannot configure ,jar file.
JDBC Driver Error: The server time zone value 'Mitteleurop�ische Zeit' 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.
May i know if there is any solution by setting up some command lines in Matlab to fix this problem instead of changing the content in .jar file and database? Thank you.

답변 (1개)

Jemima Pulipati
Jemima Pulipati 2020년 7월 10일
MySQL Driver 8.x has a backward incompatibility which requires the server to be configured with a time-zone which can be recognized correctly. 
Database Toolbox is not responsible for this behavior, instead it is the MySQL Driver which enforces this behavior causing issues. It would be best to check with the database administrator to find out the ServerTimeZone to provide as part of your database URL/ configure the server accordingly.
Alternatively, try Connector J Version 5.1 as this should also work with MySQL 8.0 Server:
  댓글 수: 1
Wayne Choi
Wayne Choi 2020년 7월 13일
Connect J V5.1 solves my problem. Thank you.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Database Toolbox에 대해 자세히 알아보기

태그

제품


릴리스

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by