Search Results
https://dev.mysql.com/doc/connectors/en/connector-net-ref-mysqlclient.html
BaseCommandInterceptor Provides a means of enhancing or replacing SQL commands through the connection string rather than recompiling. MySqlBaseConnectionStringBuilder Abstract class that provides common functionality for connection options that ...
https://dev.mysql.com/doc/connector-net/en/connector-net-ref-mysqlclient.html
BaseCommandInterceptor Provides a means of enhancing or replacing SQL commands through the connection string rather than recompiling. MySqlBaseConnectionStringBuilder Abstract class that provides common functionality for connection options that ...
https://dev.mysql.com/doc/mysql-installer/en/server-type-network.html
Connectivity Connectivity options control how the connection to MySQL is made. You may disable TCP/IP Networking to permit local host connections only. With the TCP/IP connection option selected, you can modify the following items: Port for classic ... Server Configuration Type Choose the MySQL server configuration type that describes your ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-synchronous-transactions.html
This example illustrates the use of synchronous transactions in the NDB API. It first creates a database ndb_examples and a table api_simple (if these objects do not already exist) using the MySQL C API with an SQL node, then performs a series of ...
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 ...