I have the following :
- NetBeans IDE(11.3),
- mysql 8.0.20mysql-connector-java-8.0.20,
- mysql-8.0.20-macos10.15-x86_64. on macOS Catalina 10.15.5
While setting up conn via NetBeans I get the following Cannot establish a connection to jdbc:mysql://localhost:3306/mysql?zeroDateTimeBehavior=CONV
I have seen a lot of posts and have gone through the installation and configuration docs but I am just unable to figure out what needs to be done.
URL --> jdbc:mysql://localhost:3306/mysqlzeroDateTimeBehavior=CONVERT_TO_NULL
ERROR: Cannot establish a connection to jdbc:mysql://localhost:3306/mysql?zeroDateTimeBehavior=CONVERT_TO_NULL using com.mysql.cj.jdbc.Driver (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.) –