Search Results
https://dev.mysql.com/doc/ndbapi/en/overview-application-level-partitioning.html
There is no restriction against instantiating multiple Ndb_cluster_connection objects representing connections to different management servers in a single application, nor against using these for creating multiple instances of the Ndb class. Such ...It is possible to extend this scenario to develop a single application that accesses an arbitrary number of ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-29.html
Pluggable Authentication Security Notes X DevAPI Notes Functionality Added or Changed Bugs Fixed Pluggable Authentication Connector/C++ now supports authentication to MySQL Server using devices such as smart cards, security keys, and biometric ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-33.html
Compilation Notes Packaging Notes Pluggable Authentication Functionality Added or Changed Bugs Fixed Compilation Notes To simplify building the legacy JDBC connector with Linux distributions that do not ship static libraries, the ...Previously, the ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-28.html
Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The TLSv1 and TLSv1.1 connection protocols were previously deprecated in Connector/NET 8.0.26 and support for them is removed starting with this ...Applications that target .NET Framework (or any .NET Standard version) cannot use this ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-29.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed When a connection disabled SSL Mode using ssl_disabled=True (or with ssl-mode='DISABLED' for X Protocol connections), specifying other TLS or SSL connection options caused ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-authentication.html
It is a synonym of the connection property 'password' and can also be set with user credentials in the connection string. These plugins will be loaded at connection initialization and can be used together with their sever-side counterparts for ...If ...
https://dev.mysql.com/doc/connector-j/en/connector-j-support-bug-report.html
The most common errors made in bug reports are (a) not including the version number of Connector/J or MySQL used, and (b) not fully describing the platform on which Connector/J is installed (including the JVM version, and the platform type and ...
https://dev.mysql.com/doc/refman/8.4/en/binary-log-transaction-compression.html
You can enable connection compression at the protocol level for replication connections, using the SOURCE_COMPRESSION_ALGORITHMS and SOURCE_ZSTD_COMPRESSION_LEVEL options of the CHANGE REPLICATION SOURCE TO statement, or the ... MySQL supports ...
https://dev.mysql.com/doc/refman/8.4/en/docker-mysql-more-topics.html
For example: docker run --name=mysql1 --network=my-custom-net -d container-registry.oracle.com/mysql/community-server docker run --name=myapp1 --network=my-custom-net -d myapp The myapp1 container can then connect to the mysql1 container with the ...
https://dev.mysql.com/doc/refman/8.4/en/explain.html
When EXPLAIN is used with FOR CONNECTION connection_id rather than an explainable statement, it displays the execution plan for the statement executing in the named connection. See Section 10.8.4, “Obtaining Execution Plan Information for a Named ...In practice, the DESCRIBE keyword is more often used to obtain information about table structure, whereas EXPLAIN is used to obtain a query execution plan (that is, an explanation of how MySQL would execute a ...