question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't connect to MySQL in 6.1.5 - time zone error

See original GitHub issue

After 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:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
serge-ridercommented, Aug 19, 2019

Hotfix will return server timezone selector in the connection page so you can set proper value. I believe it will be released before tomorrow.

1reaction
serge-ridercommented, Aug 19, 2019

I see. Well, you can set driver property serverTimeZone to value UTC. We’ll release hotfix version soon, thanks for the bug report.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Time Zone Value Error When Connecting to MySQL
Issue: · When attempting to connect to a MySQL database, the following error occurs: · Answer: · This issue is due to the...
Read more >
Can't connect to MySQL server on '127.0.0.1' (10061) (2003)
Resolved this issue by navigating to C:\xampp\mysql\bin and double clicking on mysqld.
Read more >
MySQL Bugs: #90813: Timezone not correctly read from host
The simple fix is for MySQL to simply change where it gets timezone information.
Read more >
How to Connect to a Database with MySQL Workbench
Steps to connect to your database remotely · Open MySQL Workbench. · Click New Connection towards the bottom left of MySQL Workbench. ·...
Read more >
5.1.6 Server Command Options - Oracle Help Center
Write the error log to stderr and stdout (the console). mysqld does not close the console window ... See Section 5.1.13, “MySQL Server...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found