You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Vikhyat Baxi (Jira)" <ji...@apache.org> on 2021/08/12 07:15:00 UTC

[jira] [Created] (NETBEANS-5917) Services -> Database -> My SQL Connector (Jdriver) does not work with Netbean 12.4 but works with Netbean 8.1

Vikhyat Baxi created NETBEANS-5917:
--------------------------------------

             Summary: Services -> Database -> My SQL Connector (Jdriver) does not work with Netbean 12.4 but works with Netbean 8.1
                 Key: NETBEANS-5917
                 URL: https://issues.apache.org/jira/browse/NETBEANS-5917
             Project: NetBeans
          Issue Type: Bug
         Environment: # I am using same My SQL Jconnector for Netbean 8.1 and 12.4: mysql-connector-java-8.0.26.jar
 # I am using same My SQL URL for Netbean 8.1 and 12.4: jdbc:mysql://server:3306/DatabaseTable?zeroDateTimeBehavior=convertToNull
 # I am using same My SQL connection driver class for Netbean 8.1 and 12.4 : com.mysql.cj.jdbc.Driver
 # I am using same My SQL connection properties  for Netbean 8.1 and 12.4 database.

|*clientCertificateKeyStoreUrl*|file path keyStore.jks|
|verifyServerCertificate|true|
|trustCertificateKeyStorePassword|password|
|trustCertificateKeyStoreUrl|trustStore.jks|
|clientCertificateKeyStorePassword|password|
|useSSL|true|
|requireSSL|true|
|sslMode|VERIFY_CA|
            Reporter: Vikhyat Baxi


I have been able to connect to JDBC My SQL connector data base successfully with following environment settings with Netbean 8.1 but i am unable to connect with Netbean 12.4.

I have ensured that all the settings are similar between both the netbean version.



--
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