Search Results
https://dev.mysql.com/doc/internals/en/risky-handling-around-additional-sessions.html
If a disconnect <connection> or KILL <connection_id> or --exec <client program which connects to the server> occurs within a script for mysqltest than the next statements will be executed even if the disconnect or kill is not complete finished. It ...This is most probably good for the throughput of usual application but has some annoying consequences for the development of ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-6.html
(WL #10980) For X DevAPI, a new auth option can be specified in connection strings or URIs to indicate the authentication mechanism. For X DevAPI for C, a new auth setting can be specified in connection strings or URIs to indicate the authentication ...Locks can be requested several times for a given find or select ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-8.html
MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (highest) MySQL server version they support. For example, MySQL Connector/NET 8.0.12 would be designed to support all ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-9-1-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added OpenID Connect support leveraging the new authentication_openid_connect_client client-side authentication plugin. OpenID Connect functionality is supported by MySQL ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-22.html
(Bug #91699, Bug #99069, Bug #28367300, Bug #30835272, WL #13380) Refactored the Connector/Python build system by removing artifacts of old implementations, improved debugging, and now statically link the C extensions. Connector/Python returns an ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-27.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed In Connector/Python 8.0.26, the capability was introduced for applications that use the classic MySQL connections for accounts that use the authentication_kerberos server-side ...(WL #14669) Improved the DMG package as previously it assumed that XCode was installed to provide the Python ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-configuration-file.html
Upon the completion of the deployment described in this guide, the MySQL configuration file (/etc/my.cnf) contains these configuration settings: [mysqld] datadir=/usr/local/mysql/data socket=/tmp/mysql.sock port=3306 ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-troubleshooting-egress-privatelink.html
Troubleshooting an Egress PrivateLink 6.2.3 Troubleshooting an Egress PrivateLink Table 6-1 lists some common issues and their resolutions when setting up an Egress PrivateLink, and Troubleshooting Connectivity in your AWS Account Using the AWS ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-troubleshooting-query-privatelink.html
Troubleshooting a Query PrivateLink 6.1.5 Troubleshooting a Query PrivateLink Table 6-1 lists some common issues and their resolutions when setting up a Query PrivateLink, and Troubleshooting Connectivity in your AWS Account Using the AWS ...
https://dev.mysql.com/doc/connector-j/en/connector-j-testing.html
The Connector/J source code repository or packages that are shipped with source code include an extensive test suite, containing test cases that can be executed independently. Include test code to make measurements for the performance of ...The ...