Kenneth Fogel created NETBEANS-2298:
---------------------------------------

             Summary: Incorrect JDBC URL when using MySQL 8
                 Key: NETBEANS-2298
                 URL: https://issues.apache.org/jira/browse/NETBEANS-2298
             Project: NetBeans
          Issue Type: Bug
    Affects Versions: 9.0, 8.2, 10.0, 11.0
         Environment: Observed on Windows and Mac.
            Reporter: Kenneth Fogel
             Fix For: 11.0


More an annoyance than a real bug. Currently the JDBC URL appears as:

jdbc:mysql://localhost:3306/mysql?zeroDateTimeBehavior=*convertToNull*

However, if using MySQL 8 with its matching driver it must be:

jdbc:mysql://localhost:3306/mysql?zeroDateTimeBehavior=*CONVERT_TO_NULL*



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to