Search



Search Results
Displaying 351 to 360 of 712 total results
https://dev.mysql.com/doc/mysql-em-plugin/en/targets-myoem-add-targets-manually.html
Note When adding a MySQL database target, if the plugin is not deployed on the host selected, the system automatically deploys the plugin to the Management Agent on the target host. It is also possible to monitor a remote MySQL database without ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-data-encryption.html
After a keyring plugin is installed and configured, encryption can be enabled for: File-per-table tablespaces General tablespaces The mysql system tablespace Redo logs Undo logs For more information, see InnoDB Data-at-Rest Encryption. MySQL Server ...
https://dev.mysql.com/doc/refman/8.4/en/assigning-passwords.html
MySQL uses plugins to perform client authentication; see Section 8.2.17, “Pluggable Authentication”. In password-assigning statements, the authentication plugin associated with an account performs any hashing required of a cleartext password ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-disabling.html
The audit_log_disable variable can be set in a MySQL Server option file, in a command-line startup string, or at runtime using a SET statement; for example: SET GLOBAL audit_log_disable = true; Setting audit_log_disable to true disables the audit ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-filter-definitions.html
Because field replacement occurs at an early auditing stage (during filtering), the choice of whether to write statement literal text or digest values applies regardless of log format written later (that is, whether the audit log plugin produces XML ...For information about using JSON data in MySQL, see Section 13.5, “The JSON Data ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-legacy-filtering.html
Note This section describes legacy audit log filtering, which applies if the audit_log plugin is installed without the accompanying audit tables and functions needed for rule-based filtering. For any of those values, the audit log plugin logs all ...This enables you to control whether audited events are written to the audit log file based on the account from which events originate or event ...
https://dev.mysql.com/doc/refman/8.4/en/flush.html
Frees memory cached by the server as a result of GRANT, CREATE USER, CREATE SERVER, and INSTALL PLUGIN statements. This memory is not released by the corresponding REVOKE, DROP USER, DROP SERVER, and UNINSTALL PLUGIN statements, so for a server that ...| tables_option } flush_option: { BINARY LOGS | ENGINE LOGS | ERROR LOGS | GENERAL LOGS | LOGS | PRIVILEGES | OPTIMIZER_COSTS | RELAY LOGS [FOR CHANNEL channel] | SLOW LOGS | STATUS | USER_RESOURCES } tables_option: { table_synonym | table_synonym tbl_name [, tbl_name] ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-configuring-online-group.html
The Group Replication plugin processes the action and its parameters and the coordinator sends it to all members which are visible to the member where you invoked the function. When configuring a whole group, the distributed nature of the operations ... You can configure an online group while Group Replication is running by using a set of functions, which rely on a group action ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-deploying-instances.html
The Group Replication plugin is provided with MySQL Server 8.4; no additional software is required, although the plugin must be installed in the running MySQL server. See Section 20.2.1.1, “Deploying Instances for Group Replication”; for ... The ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-distributed-recovery-fault.html
If the clone plugin is installed, Group Replication attempts a remote cloning operation with each of the suitable online clone-supporting donors first. No more donors - The joining member has unsuccessfully attempted a remote cloning operation with ... Group Replication's distributed recovery process has a number of built-in measures to ensure fault tolerance in the event of any problems during the ...
Displaying 351 to 360 of 712 total results