Search Results
https://dev.mysql.com/doc/refman/9.7/en/validate-password.html
Note For statements that assign or modify account passwords (ALTER USER, CREATE USER, and SET PASSWORD), the validate_password capabilities described here apply only to accounts that use an authentication plugin that stores credentials internally to ... The validate_password component serves to improve security by requiring account passwords and enabling strength testing of potential ...
https://dev.mysql.com/doc/refman/9.7/en/windows-postinstallation.html
GUI tools exist that perform most of the tasks described in this section, including: MySQL Configurator: Used to configure the MySQL server. If necessary, initialize the data directory and create the MySQL grant tables. Windows installation ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/backup-progress-report-options.html
Users need to create their own plugin to define the variable. See The MySQL Plugin API for more information on user plugins. There are two options for controlling the progress reporting function of mysqlbackup: --show-progress and ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/meb-files-backed-up-summary.html
For a server using a keyring plugin or component other than component_keyring_encrypted_file, a keyring data file is created and saved under the meta folder with the name keyring_kef. It also contains details of all the plugins defined on the ...
https://dev.mysql.com/doc/mysql-router/9.7/en/mysqlrouter_plugin_info.html
The mysqlrouter_plugin_info utility is a debugging tool that inspects a MySQL Router plugin for potential conflicts and general problems.
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-innodb-cluster-working-with-clone.html
dba.createCluster() and MySQL Clone By default, when a new cluster is created on an instance where the MySQL Clone plugin is available, it is automatically installed and the cluster is configured to support cloning. In this case a metadata entry is ... An InnoDB Cluster that uses MySQL Clone provides the following additional ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-extending.html
You can persist reports and extension objects in plugins that are loaded automatically when MySQL Shell starts. Reports and extension objects can be stored as MySQL Shell plugins. You can define extensions to the base functionality of MySQL Shell ...
https://dev.mysql.com/doc/extending-mysql/9.7/en/adding-functions.html
In some cases, loadable functions are included in component or plugin library files and are loaded and unloaded automatically when the component or plugin is installed or uninstalled. (This point does not apply for loadable functions that are loaded ... There are three ways to add a new function to MySQL: Create a stored function (a type of stored ...
https://dev.mysql.com/doc/extending-mysql/9.7/en/adding-loadable-function.html
Of the loadable functions distributed with MySQL, those associated with the following features and extensions take advantage of these character-set capabilities: MySQL Enterprise Audit, MySQL Enterprise Firewall, MySQL Enterprise Data Masking and ...
https://dev.mysql.com/doc/relnotes/mysql/9.7/en/news-9-7-0.html
This feature is controlled by the global variable audit_log.filter_recovery_mode (or audit_log_filter_recovery_mode for the Audit Log plugin), which allows users to choose from three recovery modes: LOG_ALL_IF_INVALID_FILTER_DETECTED, ... Note These ...