Search



Search Results
Displaying 461 to 470 of 747 total results
https://dev.mysql.com/doc/refman/8.4/en/alter-instance.html
To perform this action, a keyring plugin must be installed and configured. To perform this action, a keyring plugin must be installed and configured. ALTER INSTANCE instance_action instance_action: { | {ENABLE|DISABLE} INNODB REDO_LOG | ROTATE ...
https://dev.mysql.com/doc/refman/8.4/en/atomic-ddl.html
An atomic DDL statement combines the data dictionary updates, storage engine operations, and binary log writes associated with a DDL operation into a single, atomic operation. The operation is either committed, with applicable changes persisted to ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-elements.html
MySQL Enterprise Audit is based on the audit log plugin and related elements: A server-side plugin named audit_log examines auditable events and determines whether to write them to the audit log. A set of functions enables manipulation of filtering ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-restrictions.html
The plugin must be installed on each MySQL server that is used to execute SQL on the cluster. Audit plugin data must be aggregated amongst all MySQL servers used with the cluster. MySQL Enterprise Audit is subject to these general restrictions: ...
https://dev.mysql.com/doc/refman/8.4/en/clone.html
CLONE clone_action clone_action: { LOCAL DATA DIRECTORY [=] 'clone_dir'; | INSTANCE FROM 'user'@'host':port IDENTIFIED BY 'password' [DATA DIRECTORY [=] 'clone_dir'] [REQUIRE [NO] SSL] } The CLONE statement is used to clone data locally or from a ...
https://dev.mysql.com/doc/refman/8.4/en/component-loading.html
Compared to the corresponding INSTALL PLUGIN statement for server plugins, the INSTALL COMPONENT statement for components offers the significant advantage that it is not necessary to know any platform-specific file name suffix for naming the ...
https://dev.mysql.com/doc/refman/8.4/en/create-function-loadable.html
This directory is given by the value of the plugin_dir system variable. Unlike the mysql.func table, the user_defined_functions table also lists loadable functions installed automatically by server components or plugins. CREATE [AGGREGATE] FUNCTION ...
https://dev.mysql.com/doc/refman/8.4/en/data-directory-initialization.html
Note The default authentication plugin is caching_sha2_password, and the 'root'@'localhost' administrative account uses caching_sha2_password by default. mysql_native_password (the default authentication plugin prior to MySQL 8.0) is still supported ... After MySQL is installed, the data directory must be initialized, including the tables in the mysql system schema: For some MySQL installation methods, data directory initialization is automatic, as described in Section 2.9, “Postinstallation Setup and ...
https://dev.mysql.com/doc/refman/8.4/en/data-masking.html
Note MySQL Enterprise Data Masking and De-Identification was implemented originally in MySQL as a plugin library. For information about the similarities and differences, see Table 8.45, “Comparison Between Data-Masking Components and Plugin ...
https://dev.mysql.com/doc/refman/8.4/en/drop-function-loadable.html
DROP FUNCTION cannot be used to drop a loadable function that is installed automatically by components or plugins rather than by using CREATE FUNCTION. Such a function is also dropped automatically, when the component or plugin that installed it is ... DROP FUNCTION [IF EXISTS] function_name This statement drops the loadable function named ...
Displaying 461 to 470 of 747 total results