Search



Search Results
Displaying 281 to 290 of 665 total results
https://dev.mysql.com/doc/refman/8.4/en/thread-pool-information-schema-tables.html
For example, if an application uses this query: SELECT * FROM INFORMATION_SCHEMA.TP_THREAD_STATE; The application should use this query instead: SELECT * FROM performance_schema.tp_thread_state; The following sections describe the INFORMATION_SCHEMA ... Note The INFORMATION_SCHEMA thread pool tables are deprecated, and subject to removal in a future version of ...
https://dev.mysql.com/doc/refman/8.4/en/user-names.html
If the server authenticates a client using some other plugin, the authentication method that the plugin implements may or may not use a password stored in the user table. Passwords stored in the user table are encrypted using plugin-specific ...
https://dev.mysql.com/doc/refman/8.4/en/using-encrypted-connections.html
X Plugin initializes its TLS context at plugin initialization as described at Section 22.5.3, “Using Encrypted Connections with X Plugin”. Several configuration parameters are available to indicate whether to use encrypted connections, and to ...
https://dev.mysql.com/doc/refman/8.4/en/using-stack-trace.html
On glibc-based systems (Linux), the trace for an unexpected exit within a plugin looks something like: plugin/auth/auth_test_plugin.so(+0x9a6)[0x7ff4d11c29a6] To translate the relative address (+0x9a6) into a file name and line number, use this ...
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/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 ...
Displaying 281 to 290 of 665 total results