Hello,
I have a problem connecting to MySQL server. When I connect, I get the next error.
DATABASE_ connect : com.mysql.cj.exceptions.InvalidConnectionAttributeException: 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.
How to use this Timezone parameter in the connction URL strings ? I can not figure out how to write a string with this parameter. Part of what is this parameter?
Thanks for the reply,
The connection works (I was done right), but now I get the answer that access is not allowed to the user.
Problems began when we shifted the clock from the winter to the summer time, everything seemed normal before.
If I watch the system time of the server and the time on my computer, they are exactly the same.
In the meantime, I moved the database to another provider, where everything works smoothly.