Search Results
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-19.html
(WL #13564) When creating a new connection using the classic MySQL protocol, multiple hosts can be tried until a successful connection is established. A list of hosts can be given in a connection string, along with passing MULTI_HOST=1 to to enable ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added DNS SRV ...
https://dev.mysql.com/doc/relnotes/connector-odbc/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/ODBC 8.0.26 and support for them is removed starting with this ...The PASSWORD1 option is a synonym for the existing PASSWORD ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-30.html
Use by defining a constant, such as CB_FIDO_GLOBAL to register a global callback function or CB_FIDO_CONNETION if it's connection-specific. These are used by SQLSetConnectAttr(), such as SQLSetConnectAttr(hdbc, CB_FIDO_GLOBAL, &my_user_callback, ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-33.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added a new OCI_CONFIG_PROFILE connection option to define a profile set in OCI_CONFIG_FILE; and it defaults to DEFAULT. Also moved "OCI Config File" from the "Connection" tab ...These options are for the authentication_oci_client plugin used with the Oracle Cloud Infrastructure (OCI) to support ephemeral key pairs and security ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-19.html
To automatically resolve any SRV record available in a target DNS server or service discovery endpoint, use the mysqlx+srv scheme+extension in a X DevAPI connection string, or mysqlx+srv for the classic protocol, or by enabling the dns-srv=True (or ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added DNS SRV ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-20.html
That is, the next candidate for making a connection is chosen randomly from the remaining available hosts. Note Note that this means that the connection option "use_pure=True" can't be used on EL7, SLES 12, nor Ubuntu 16.04 unless the system has ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-31.html
(Bug #21529893) The MySQLConnection.set_charset_collation() method returned an UnboundLocalError exception when given a empty character set name; now the default character set is used in such cases. (Bug #91974, Bug #28491115) Aligned the exception ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added support for Python ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-32.html
(WL #14861) Adopted type hint enforcement for function and class attributes with mypy; this is compliant with PEP 8 for module mysql.connector. (WL #15036) On Windows, added a kerberos_auth_mode connection option which is set to either "SSPI" ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-9-1-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Dropped support for building DEB packages in favor of using pip to install the connector on Debian-based platforms. (WL #16411) Added OpenID Connect support leveraging the new ...(WL #16444) Added support for Python 3.13, and removed support for Python ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-faq.html
C.7: Why does monitoring a MySQL instance with FEDERATED tables cause extra connections, and decreased performance? When the agent starts, it executes a discovery process that performs a number of INFORMATION_SCHEMA queries that gather table ...