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-em-plugin/en/myoem-compliance-security-standard-rules.html
Audit Log Policy Not ALL Description The Enterprise Audit Log Plugin is Filtering Events By Event Status Severity Warning Advice When using these options the plugin may not be logging all events which may be required for later analysis. Consider ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-mysqlserver-adminstatementactivity-category.html
Install Plugin (Delta) The total number of INSTALL PLUGIN statements executed. Uninstall Plugin (Delta) The total number of UNINSTALL PLUGIN statements executed. Lists the Admin Statement Activity metrics and provides a brief description of each.
https://dev.mysql.com/doc/mysql-monitor/8.0/en/formatting-queries-reference.html
It is possible to format the query result with wiki markup. This enables you to display information from the query directly in the event generated by the advisor. This example lists the user name and host for all accounts without a defined password. See Section 31.1.7, “Wiki Format” for more information on the supported wiki ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/ui-security-advisor-ref.html
This section describes the following Security advisors: MySQL Enterprise Audit Plugin MySQL Enterprise Firewall MySQL User Account MySQL Enterprise Audit Plugin Note For more information on the MySQL Enterprise Audit Plugin, see MySQL Enterprise ...
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 ...