Search Results
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-connection-control.html
The connection-control plugin library enables administrators to introduce an increasing delay in server response to connection attempts after a configurable number of consecutive failed attempts. The plugin library contains two plugins: ...This ...
https://dev.mysql.com/doc/refman/8.4/en/clone-plugin-remote.html
The clone plugin supports the following syntax for cloning remote data; that is, cloning data from a remote MySQL server instance (the donor) and transferring it to the MySQL instance where the cloning operation was initiated (the recipient). CLONE ...
https://dev.mysql.com/doc/workbench/en/wb-tutorial-plugins-php-pdo.html
MySQL Workbench includes a plugin that generates PHP code with the mysqli extension. To begin, review the plugin code shown in the example that follows. $e->getMessage(); } """ % params mforms.Utilities.set_clipboard_text(text) ...This tutorial ...
https://dev.mysql.com/doc/refman/8.4/en/ddl-rewriter-options.html
This section describes the command options that control operation of the ddl_rewriter plugin. If values specified at startup time are incorrect, the ddl_rewriter plugin may fail to initialize properly and the server does not load it. To control ...
https://dev.mysql.com/doc/refman/8.4/en/create-user.html
These values enable account authentication plugins and credentials (for example, a password) to be specified. Example: Create an account that uses the default authentication plugin and the given password. Mark the password expired so that the user ... CREATE USER [IF NOT EXISTS] user [auth_option] [, user [auth_option]] ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-client-find-plugin.html
struct st_mysql_client_plugin * mysql_client_find_plugin(MYSQL *mysql, const char *name, int type) Description Returns a pointer to a loaded plugin, loading the plugin first if necessary. An error occurs if the type is invalid or the plugin cannot ...Specify the arguments as follows: mysql: A pointer to a MYSQL ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-client-register-plugin.html
struct st_mysql_client_plugin * mysql_client_register_plugin(MYSQL *mysql, struct st_mysql_client_plugin *plugin) Description Adds a plugin structure to the list of loaded plugins. The plugin API does not require a connection to a MySQL server, but ...Specify the arguments as follows: mysql: A pointer to a MYSQL ...
https://dev.mysql.com/doc/refman/8.4/en/alter-user.html
As a result, the user must connect with the named password and choose a new one at the next connection: ALTER USER 'jeffrey'@'localhost' IDENTIFIED BY 'new_password' PASSWORD EXPIRE; Example: Modify an account to use the caching_sha2_password ...
https://dev.mysql.com/doc/refman/8.4/en/windows-pluggable-authentication.html
This means that the plugin can return the MySQL user that defines the privileges the external Windows-authenticated user should have. The file must be located in the directory named by the plugin_dir system variable. Table 8.19 Plugin and Library ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-system-variables.html
These variables are unavailable unless the appropriate keyring plugin is installed (see Section 8.4.4.3, “Keyring Plugin Installation”). keyring_aws_cmk_id Command-Line Format --keyring-aws-cmk-id=value System Variable keyring_aws_cmk_id Scope ...The default file name is keyring_aws_conf, located in the default keyring file ...