Can't connect to MySQL in 6.1.5 - time zone error
See original GitHub issueAfter I installed the latest DBeaver 6.1.5 I can no longer connect to any of my MySQL servers. The error says:
The server time zone value 'CEST' 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.
or:
The server time zone value 'Central European Summer Time' 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.
I don’t know exactly how I need to configure JDBC driver and I don’t know why I’d have to. What’s wrong? I’ll have to revert to 6.1.4 for now.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:7 (3 by maintainers)
Top GitHub Comments
Hotfix will return server timezone selector in the connection page so you can set proper value. I believe it will be released before tomorrow.
I see. Well, you can set driver property serverTimeZone to value
UTC
. We’ll release hotfix version soon, thanks for the bug report.