Search



Search Results
Displaying 421 to 430 of 665 total results
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-connect-drivermanager.html
When the user for the connection is unspecified, Connector/J's implementations of the authentication plugins use by default the name of the OS user who runs the application for authentication with the MySQL server (except when the Kerberos ... When ...
https://dev.mysql.com/doc/refman/8.4/en/account-categories.html
Account manipulation includes creating and dropping accounts, granting and revoking privileges, changing account authentication characteristics such as credentials or authentication plugin, and changing other account characteristics such as password ... MySQL incorporates the concept of user account categories, based on the SYSTEM_USER ...
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 ...
Displaying 421 to 430 of 665 total results