You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Matthias Bläsing (Jira)" <ji...@apache.org> on 2020/02/22 16:54:00 UTC

[jira] [Resolved] (NETBEANS-2298) Incorrect JDBC URL when using MySQL 8

     [ https://issues.apache.org/jira/browse/NETBEANS-2298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Bläsing resolved NETBEANS-2298.
----------------------------------------
    Fix Version/s:     (was: Next)
                   11.2
       Resolution: Fixed

> 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: 8.2, 9.0, 10.0, 11.0
>         Environment: Observed on Windows and Mac.
>            Reporter: Kenneth Fogel
>            Assignee: John McDonnell
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 11.2
>
>
> 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
(v8.3.4#803005)

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

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