Hello,
I have a problem connecting to MySQL server. When I connect, I get the next error.
Interestingly, I can normally connect from other programs like MSAccess, MySqlManager,..
I tried various solutions from the Internet and also different versions of drivers, but without success.
I'm working on B4J 7.00 and JDK1.8.0_160 and mysql-connector-java-8.0.15.jar
Until yesterday, everything was normal.
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.
Interestingly, I can normally connect from other programs like MSAccess, MySqlManager,..
I tried various solutions from the Internet and also different versions of drivers, but without success.
I'm working on B4J 7.00 and JDK1.8.0_160 and mysql-connector-java-8.0.15.jar
Until yesterday, everything was normal.