Search Results
https://dev.mysql.com/doc/refman/8.4/en/mysqldump.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 ... The mysqldump client utility performs logical backups, producing a set of SQL statements that can be executed to reproduce the original database object definitions and table ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-file-formats.html
The MySQL server calls the audit log plugin to write an audit record to its log file whenever an auditable event occurs. Typically the first audit record written after plugin startup contains the server description and startup options. To select ...
https://dev.mysql.com/doc/refman/8.4/en/multifactor-authentication.html
When a client attempts a connection to the MySQL server using a single-factor account, the server invokes the authentication plugin indicated by the account definition and accepts or rejects the connection depending on whether the plugin reports ...
https://dev.mysql.com/doc/refman/8.4/en/ddl-rewriter-installation.html
This section describes how to install or uninstall the ddl_rewriter plugin. For general information about installing plugins, see Section 7.6.1, “Installing and Uninstalling Plugins”. Note If installed, the ddl_rewriter plugin involves some ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-options.html
MySQL supports the following keyring-related command-line options: --keyring-migration-destination=plugin Command-Line Format --keyring-migration-destination=plugin_name Type String The destination keyring plugin or component for key migration. The ...Note --keyring-migration-source and --keyring-migration-destination are mandatory for all keyring migration ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-nutshell.html
Beginning with MySQL 8.4.0, the deprecated mysql_native_password authentication plugin is no longer enabled by default. The clone plugin versioning requirement was relaxed to allow cloning between different point releases in the same series. On ...
https://dev.mysql.com/doc/refman/8.4/en/mysqladmin.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 ...You can use it to check the server's configuration and current status, to create and drop databases, and ...
https://dev.mysql.com/doc/refman/8.4/en/server-status-variables.html
Authentication_ldap_sasl_supported_methods The authentication_ldap_sasl plugin that implements SASL LDAP authentication supports multiple authentication methods, but depending on host system configuration, they might not all be available. The MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-installation.html
This section describes how to install or uninstall MySQL Enterprise Audit, which is implemented using the audit log plugin and related elements described in Section 8.4.5.1, “Elements of MySQL Enterprise Audit”. For general information about ...
https://dev.mysql.com/doc/refman/8.4/en/mysqlcheck.html
If you are using this option to repair tables, it runs an extended repair that may not only take a long time to execute, but may produce a lot of garbage rows also! --default-auth=plugin Command-Line Format --default-auth=plugin Type String A hint ... The mysqlcheck client performs table maintenance: It checks, repairs, optimizes, or analyzes ...