Search Results
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-20.html
(Bug #30832513) Authentication failed when a client tried to connect to a server that used Windows Authentication Plugin and the Kerberos protocol. It was because the implementation of the NativeAuthenticationProvider class by Connector/J did not ...
https://dev.mysql.com/doc/refman/9.7/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/9.7/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/9.7/en/audit-log-component-filter-definitions.html
For information about using JSON data in MySQL, see Section 13.5, “The JSON Data Type”. Filter definitions have this form, where actions indicates how filtering takes place: { "filter": actions } The following discussion describes permitted ...
https://dev.mysql.com/doc/refman/9.7/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/9.7/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/9.7/en/connection-control-information-schema-tables.html
The following sections describe the INFORMATION_SCHEMA tables associated with the connection_control plugin. Note The Connection Control plugin is deprecated; users are encouraged to migrate to the Connection Control component.
https://dev.mysql.com/doc/refman/9.7/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/9.7/en/data-masking.html
Note MySQL Enterprise Data Masking was implemented originally in MySQL as a plugin library. For information about the similarities and differences, see Table 8.55, “Comparison Between Data-Masking Components and Plugin Elements”. Note MySQL ...
https://dev.mysql.com/doc/refman/9.7/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 ...