Search



Search Results
Displaying 2891 to 2900 of 3141 total results
https://dev.mysql.com/doc/relnotes/mysql-operator/en/news-9-4-0-2.2.5.html
Note These release notes were created with the assistance of MySQL HeatWave GenAI. Functionality Added or Changed Support for affinity rules and nodeSelector have been added to the mysql-operator Helm chart, to allow control for scheduling. (Bug ...
https://dev.mysql.com/doc/relnotes/mysql-operator/en/news-9-5-0-2.2.6.html
Note These release notes were created with the assistance of MySQL HeatWave GenAI. Functionality Added or Changed Support for the component_kmip, introduced in MySQL 9.5.0, is added in this release. MySQL Operator for Kubernetes can be configured ...
https://dev.mysql.com/doc/connector-j/en/connector-j-client-side-failover-xdevapi.html
For example: mysqlx://sandy:mypassword@[(address=host1:33060,priority=2),(address=host2:33061,priority=1)]/test In this example, host1 is always attempted before host2 when new sessions are created. When using connection pooling with X DevAPI, ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-blob-clob-processing.html
blobSendChunkSize Chunk size to use sending BLOBs or CLOBs via server-prepared statements. This value must not exceed 'maxAllowedPacket'; if it does, it will be adjusted automatically. Since Version 5.0.0 emulateLocators Should the driver emulate ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-networking.html
Default Value 1080 Since Version 5.1.34 socketFactory The name of the class that the driver should use for creating socket connections to the server. socksProxyHost Name or IP address of a SOCKS host to connect through. This class must implement ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-security.html
Should be set to "true" if the JSSE is configured to operate in FIPS mode and Connector/J receives the error "FIPS mode: only SunJSSE TrustManagers may be used" when creating secure connections. paranoid Take measures to prevent exposure sensitive ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-tunes-for-integration-with-other-products.html
overrideSupportsIntegrityEnhancementFacility Should the driver return "true" for 'DatabaseMetaData.supportsIntegrityEnhancementFacility()' even if the database doesn't support it to workaround applications that require this method to return "true" ...
https://dev.mysql.com/doc/connector-j/en/connector-j-java-8.html
Connector/J 8.0 and beyond is created specifically to run on the Java 8 platform. While Java 8 is known to be strongly compatible with earlier Java versions, incompatibilities do exist, and code designed to work on Java 7 might need to be adjusted ...
https://dev.mysql.com/doc/connector-j/en/connector-j-query-attributes.html
Connector/J supports Query Attributes when it has been enabled on the server by installing the query_attributes component (see Prerequisites for Using Query Attributes for details). Attributes are set for a query by using the setAttribute() method ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-spring-config-jdbctemplate.html
Spring makes extensive use of the Template method design pattern (see Template Method Pattern). Our immediate focus will be on the JdbcTemplate and related classes, specifically NamedParameterJdbcTemplate. The template classes handle obtaining and ...
Displaying 2891 to 2900 of 3141 total results