Search Results
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-29.html
(Bug #33772516) On Windows, installing the driver to a custom location made setting PLUGIN_DIR required to find bundled plugins. Now the directory location is used to determine the plugin directory unless PLUGIN_DIR is specified. (Bug #33720924) The ... Security Notes Functionality Added or Changed Bugs Fixed Security Notes For platforms on which Connector/ODBC utilizes MySQL Server's bundled OpenSSL library (MacOS, Windows, and GenLinux), MySQL Server's linked OpenSSL library was updated to version ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-22.html
(Bug #79766, Bug #81203, Bug #81242, Bug #87493, Bug #99923, Bug #23194976, Bug #23208553, Bug #26660893, Bug #31529348, WL #13997) Previously, the client-side mysql_clear_password authentication plugin was not supported. Now, it is permitted to ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-23.html
(WL #14238) Functionality Added or Changed Previously, Connector/Python added client support for the MySQL Enterprise Edition SASL LDAP authentication plugin with SCRAM-SHA-1 as an authentication method. The GSSAPI pypi module requires MIT kerberos ... Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes Deprecated Python 2.7 support; a warning was added to describe Python 2.7 support being removed in Connector/Python ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-4-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added SASL authentication support for the C-extension using the GSSAPI (Kerberos) authentication method on Windows via the authentication_ldap_sasl_client plugin (see LDAP ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-password-validation.html
To install and configure the password validation component: Ensure that the validate_password component library file is located in the MySQL plugin directory. $> cd /path/to/mysql/lib/plugin/ $> ls component_v* component_validate_password.so Ensure ... The validate_password component serves to test user-specified passwords and improve ...
https://dev.mysql.com/doc/relnotes/mysql-operator/en/news-8-3-0-2.1.2.html
(WL #15911) Switched from using keyring plugins to keyring components, which only impacts the OCI keyring. (WL #15999) Bugs Fixed Enabling a MySQL keyring would not install the keyring_udf plugin on secondary servers, which caused errors when ...
https://dev.mysql.com/doc/refman/9.7/en/connection-access.html
Credentials are interpreted using the authentication plugin named in the plugin column. The authentication method implemented by the plugin that authenticates the client may or may not use the password in the authentication_string column. Rather, ...
https://dev.mysql.com/doc/refman/9.7/en/connection-control-component.html
URN: file://component_connection_control component_connection_control was introduced in MySQL 9.2.0 as a single replacement for both Connection Control plugins, which are now deprecated (see Section 8.4.3, “Connection Control Plugins”, for more ... The Connection Control component for MySQL (component_connection_control) makes it possible to introduce an increasing delay in the MySQL server's response to connection attempts after an arbitrary number of consecutive failed ...
https://dev.mysql.com/doc/refman/9.7/en/data-masking-components-installation.html
Previously, MySQL implemented masking and de-identification capabilities as a plugin library file containing a plugin and several loadable functions. Before you begin the component installation, remove the data_masking plugin and all of its loadable ... Components provide expanded access to MySQL Enterprise Data Masking ...
https://dev.mysql.com/doc/refman/9.7/en/faqs-thread-pool.html
For MySQL 9.7, the Thread Pool plugin is included in MySQL Enterprise Edition, a commercial product. The Thread Pool plugin provides an alternative thread-handling model designed to reduce overhead and improve performance. The Thread Pool plugin ...