Search



Search Results
Displaying 131 to 140 of 712 total results
https://dev.mysql.com/doc/refman/8.4/en/clone-plugin-option-variable-reference.html
Table 7.7 Clone System Variable Reference Name Cmd-Line Option File System Var Status Var Var Scope Dynamic clone_autotune_concurrency Yes Yes Yes Global Yes clone_block_ddl Yes Yes Yes Global Yes clone_buffer_size Yes Yes Yes Global Yes ...
https://dev.mysql.com/doc/refman/8.4/en/clone-plugin-stop.html
If necessary, you can stop a cloning operation with a KILL QUERY processlist_id statement. On the recipient MySQL server instance, you can retrieve the processlist identifier (PID) for a cloning operation from the PID column of the clone_status ...
https://dev.mysql.com/doc/refman/8.4/en/component-statements.html
...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-load-plugin-v.html
struct st_mysql_client_plugin * mysql_load_plugin_v(MYSQL *mysql, const char *name, int type, int argc, va_list args) Description This function is equivalent to mysql_load_plugin(), but it accepts a va_list instead of a variable list of arguments.
https://dev.mysql.com/doc/refman/8.4/en/proxy-users.html
The plugin that authenticates a given connection may request that the connecting (external) user be treated as a different user for privilege-checking purposes. For general information about authentication plugins, see Section 8.2.17, “Pluggable ...This enables the external user to be a proxy for the second user; that is, to assume the privileges of the second user: The external user is a “proxy user” (a user who can impersonate or become known as another ...
https://dev.mysql.com/doc/refman/8.4/en/socket-pluggable-authentication.html
The server-side auth_socket authentication plugin authenticates clients that connect from the local host through the Unix socket file. The plugin uses the SO_PEERCRED socket option to obtain information about the user running the client program.
https://dev.mysql.com/doc/refman/8.4/en/test-pluggable-authentication.html
MySQL includes a test plugin that checks account credentials and logs success or failure to the server error log. This is a loadable plugin (not built in) and must be installed prior to use. The test plugin source code is separate from the server ...
https://dev.mysql.com/doc/refman/8.4/en/caching-sha2-pluggable-authentication.html
MySQL provides two authentication plugins that implement SHA-256 hashing for user account passwords: caching_sha2_password: Implements SHA-256 authentication (like sha256_password), but uses caching on the server side for better performance and has ...In the name caching_sha2_password, “sha2” refers more generally to the SHA-2 class of encryption algorithms, of which 256-bit encryption is one ...
https://dev.mysql.com/doc/refman/8.4/en/source-configuration-options.html
This value can be set at server startup with the --plugin_dir option. You can build a plugin as a static module (compiled into the server) or a dynamic module (built as a dynamic library that must be installed into the server using the INSTALL ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-logging-configuration.html
This section describes how to configure audit logging characteristics, such as the file to which the audit log plugin writes events, the format of written events, whether to enable log file compression and encryption, and space management. The ...
Displaying 131 to 140 of 712 total results