Search



Search Results
Displaying 521 to 530 of 921 total results
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-user-group-management.html
An Administrator grants access to the MySQL HeatWave Console by adding users to the predefined OCI IAM groups. User and Group Management 20 User and Group Management MySQL HeatWave on AWS uses predefined OCI IAM groups and policies to manage access ...
https://dev.mysql.com/doc/heatwave-aws/en/hw-aws-upgrading-mysql-8.0-8.4.html
The SET_ANY_DEFINER privilege introduced in MySQL 8.2.0 is granted to the administrator account and administrator role of any DB system running MySQL version 8.2.0 or higher. Upgrading MySQL 8.0 BugFix to MySQL 8.4 LTS 3.1.2.2.1 Upgrading MySQL 8.0 ...
https://dev.mysql.com/doc/refman/8.4/en/alter-function.html
(That privilege is granted automatically to the function creator.) If binary logging is enabled, the ALTER FUNCTION statement might also require the SUPER privilege, as described in Section 27.7, “Stored Program Binary Logging”. ALTER FUNCTION ...
https://dev.mysql.com/doc/refman/8.4/en/alter-procedure.html
By default, that privilege is granted automatically to the procedure creator. ALTER PROCEDURE proc_name [characteristic ...] characteristic: { COMMENT 'string' | LANGUAGE SQL | { CONTAINS SQL | NO SQL | READS SQL DATA | MODIFIES SQL DATA } | SQL ...
https://dev.mysql.com/doc/refman/8.4/en/atomic-ddl.html
Account management statements: CREATE, ALTER, DROP, and, if applicable, RENAME statements for users and roles, as well as GRANT and REVOKE statements. An atomic DDL statement combines the data dictionary updates, storage engine operations, and ...
https://dev.mysql.com/doc/refman/8.4/en/change-replication-source-to.html
Setting this option to a value other than NULL means that, when REQUIRE_TABLE_PRIMARY_KEY_CHECK is ON, OFF, or GENERATE, the user account does not require session administration level privileges to set restricted session variables such as ...] ...
https://dev.mysql.com/doc/refman/8.4/en/changing-mysql-user.html
For example: [mysqld] user=user_name If your Unix machine itself is not secured, you should assign passwords to the MySQL root account in the grant tables. On Windows, you can run the server as a Windows service using a normal user account. On ...
https://dev.mysql.com/doc/refman/8.4/en/clone-plugin-local.html
mysql> GRANT BACKUP_ADMIN ON *.* TO 'clone_user'; where clone_user is the MySQL user that performs the cloning operation. The BACKUP_ADMIN privilege is required to execute CLONE LOCAL DATA DIRECTORY statements. The user you select to perform the ...
https://dev.mysql.com/doc/refman/8.4/en/command-line-options.html
Program options specified on the command line follow these rules: Options are given after the command name. An option argument begins with one dash or two dashes, depending on whether it is a short form or long form of the option name. For example, ...
https://dev.mysql.com/doc/refman/8.4/en/component-loading.html
This occurs even if the server is started with the --skip-grant-tables option. Components must be loaded into the server before they can be used. MySQL supports manual component loading at runtime and automatic loading during server startup. While ...
Displaying 521 to 530 of 921 total results