Search



Search Results
Displaying 141 to 150 of 712 total results
https://dev.mysql.com/doc/refman/8.4/en/pluggable-authentication-system-variables.html
Communication between the authentication plugin and the LDAP server occurs according to this authentication method to ensure password security. The client-side authentication_ldap_sasl_client plugin communicates with the SASL server, using the ...
https://dev.mysql.com/doc/refman/8.4/en/no-login-pluggable-authentication.html
The mysql_no_login server-side authentication plugin prevents all client connections to any account that uses it. Use cases for this plugin include: Accounts that must be able to execute stored programs and views with elevated privileges without ...
https://dev.mysql.com/doc/refman/8.4/en/replication-semisync-installation.html
Semisynchronous replication is implemented using plugins, which must be installed on the source and on the replicas to make semisynchronous replication available on the instances. There are different plugins for a source and for a replica. After a ...To verify this, check that the value of the have_dynamic_loading system variable is ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-functions-general-purpose.html
MySQL Server supports a keyring service that enables internal components and plugins to store sensitive information securely for later retrieval. The keyring functions are contained in a plugin library file, which also contains a keyring_udf plugin ...MySQL Server also includes an SQL interface for keyring key management, implemented as a set of general-purpose functions that access the capabilities provided by the internal keyring ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-configure-authentication.html
The server authenticates the client, determining from the account row which authentication plugin applies to the client. The server invokes that plugin to authenticate the user, and the plugin returns a status to the server indicating whether the ...
https://dev.mysql.com/doc/refman/8.4/en/sha256-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 ...MySQL accounts that authenticate using sha256_password should be migrated to use caching_sha2_password ...
https://dev.mysql.com/doc/internals/en/autotools-configure-support.html
configure --help shows the following information pertaining to plugins: The plugin-related options The names of all available plugins For each plugin, a description of its purpose, which build types it supports (static or dynamic), and which plugin ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-key-migration.html
This pertains to migration strategy because the way in which the source and destination keystores are managed determines the procedure for performing a given type of key migration: Migration from one keyring plugin to another: The MySQL server has ... A keyring migration copies keys from one keystore to another, enabling a DBA to switch a MySQL installation to a different ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-command-options.html
--default-auth=plugin Command-Line Format --default-auth=plugin Type String A hint about which client-side authentication plugin to use. --enable-cleartext-plugin Command-Line Format --enable-cleartext-plugin Type Boolean Default Value FALSE Enable ... mysql supports the following options, which can be specified on the command line or in the [mysql] and [client] groups of an option ...
https://dev.mysql.com/doc/refman/8.4/en/validate-password-options-variables.html
Password Validation Plugin Options Note In MySQL 8.4, the validate_password plugin was reimplemented as the validate_password component. The validate_password plugin is deprecated; expect it to be removed in a future version of MySQL. MySQL ... This ...
Displaying 141 to 150 of 712 total results