Search



Search Results
Displaying 4241 to 4250 of 5421 total results
https://dev.mysql.com/doc/heatwave-aws/en/preface.html
Preface and Legal Notices Preface and Legal Notices This is the MySQL HeatWave on AWS Service Guide. Oracle, Java, and MySQL are registered trademarks of Oracle and/or its affiliates. This software and related documentation are provided under a ...
https://dev.mysql.com/doc/relnotes/mysql-operator/en/preface.html
This document contains release notes for the changes in each General Availability release of MySQL Operator for Kubernetes. Trademark Notice Oracle, Java, MySQL, and NetSuite are registered trademarks of Oracle and/or its affiliates. License ...
https://dev.mysql.com/doc/connector-j/en/connector-j-client-authentication.html
Some MySQL server builds are able to generate SSL keys and certificates for communication encryption, including a certificate and a private key (contained in the client-cert.pem and client-key.pem files), which can be used by any client. Output by ... The server may want to authenticate a client and require the client to provide an SSL certificate to it, which it verifies against its known certificate authorities or performs additional checks on the client identity if needed (see CREATE USER SSL/TLS Options for ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-metadata.html
Default Value true Since Version 3.0.2 useInformationSchema Should the driver use the INFORMATION_SCHEMA to derive information used by 'DatabaseMetaData'? Default is "true" when connecting to MySQL 8.0.3+, otherwise default is "false".
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-networking.html
Default Value com.mysql.cj.protocol.StandardSocketFactory Since Version 3.0.3 connectTimeout Timeout for socket connect (in milliseconds), with 0 being no timeout. This class must implement the interface 'com.mysql.cj.protocol.SocketFactory' and ...
https://dev.mysql.com/doc/connector-j/en/connector-j-installing-upgrading.html
This section has information for users who are upgrading from one version of Connector/J to another, or to a new version of the MySQL server that supports a more recent level of JDBC. Using the MySQL Installer for Windows, which can also perform ...
https://dev.mysql.com/doc/connector-j/en/connector-j-installing.html
The source code for Connector/J is also available on GitHub at https://github.com/mysql/mysql-connector-j. You can install the Connector/J package using either a binary or source distribution. While the binary distribution provides the easiest ...
https://dev.mysql.com/doc/connector-j/en/connector-j-reference-driver-name.html
The name of the class that implements java.sql.Driver in MySQL Connector/J is com.mysql.cj.jdbc.Driver.
https://dev.mysql.com/doc/connector-j/en/connector-j-support-community.html
You can join the #connectors channel in the MySQL Community Slack workspace, where you can get help directly from MySQL developers and other users.
https://dev.mysql.com/doc/connector-j/en/connector-j-using-xdevapi.html
Connector/J 9.5 supports the X DevAPI, through which native support by MySQL for JSON, NoSQL, document collection, and other features are provided to Java applications. See Using MySQL as a Document Store, the X DevAPI User Guide, and the ...
Displaying 4241 to 4250 of 5421 total results