Search Results
https://dev.mysql.com/doc/refman/8.4/en/using-system-variables.html
System variables may also be installed by server plugins or components: System variables implemented by a server plugin are exposed when the plugin is installed and have names that begin with the plugin name. For example, the audit_log plugin ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-9.html
(WL #10152) Connector/J now supports the new caching_sha2_password authentication plugin, which is the default authentication plugin for MySQL 8.0.4 and later (see Caching SHA-2 Pluggable Authentication for details). Note To authenticate accounts ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-rest-api-setup.html
Example swagger.json content: { "swagger": "2.0", "info": { "title": "MySQL Router", "description": "API of MySQL Router", "version": "20190715" }, "basePath": "/api/20190715", "tags": [], "paths": {}, "definitions": {} } This demonstrates that the ... This guide sets up a basic Router REST API, adds basic authentication, and exposes a route to check Router's ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-installation-source-cpp.html
Before running test programs, ensure that a MySQL server instance is running with X Plugin enabled. For MySQL 8.0, X Plugin is enabled by default, so invoke this command in the mysql-test directory of that distribution: perl mysql-test-run.pl ... To ...
https://dev.mysql.com/doc/connectors/en/installing-from-rpm.html
The mysql-community-client-plugins package is required for using robust authentication methods like caching_sha2_password, which is the default authentication method for MySQL 8.0 and later. The mysql-community-client-plugins package is required for ... Installation by RPMs is only supported on RedHat Enterprise Linux and Oracle Linux, and is performed using the MySQL Yum Repository or by using RPM packages downloaded directly from ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-20.html
Connection Management Notes Packaging Notes Bugs Fixed Connection Management Notes For connections made using X Plugin, Connector/C++ now provides control over the use of compression to minimize the number of bytes sent over connections to the ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-29.html
The is a requirement of the fido2.dll library, which is used by the authentication_fido plugin. (Bug #33748725) The Connector/C++ classic driver was unable to find authentication plugins unless the OPT_PLUGIN_DIR connection option was set explicitly. The driver now uses its shared library to determine the plugin location as a relative ... Pluggable Authentication Security Notes X DevAPI Notes Functionality Added or Changed Bugs Fixed Pluggable Authentication Connector/C++ now supports ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-22.html
(Bug #31353208) Previously, the client-side mysql_clear_password authentication plugin was not supported. Now, it is permitted to send passwords without hashing or encryption by using mysql_clear_password on the client side together with any ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-26.html
(WL #14554) Functionality Added or Changed The authentication_ldap_sasl_client plugin using GSSAPI/Kerberos is disabled for .NET applications running on Windows. (WL #14209) Connector/NET now implements the authentication_kerberos_client plugin to ... Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The TLSv1 and TLSv1.1 connection protocols now are deprecated and support for them is subject to removal in a future version of ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-4-0.html
Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The deprecated authentication_fido_client authentication plugin and associated FidoActionRequested connection option was removed. (WL #16175) ...