Search Results
https://dev.mysql.com/doc/refman/8.4/en/set-role.html
} SET ROLE modifies the current user's effective privileges within the current session by specifying which of its granted roles are active. Granted roles include those granted explicitly to the user and those named in the mandatory_roles system ...
https://dev.mysql.com/doc/refman/8.4/en/windows-pluggable-authentication.html
Windows pluggable authentication provides these capabilities: External authentication: Windows authentication enables MySQL Server to accept connections from users defined outside the MySQL grant tables who have logged in to Windows. The following ... Note Windows pluggable authentication is an extension included in MySQL Enterprise Edition, a commercial ...
https://dev.mysql.com/doc/heatwave/en/hw-automl-privileges.html
To use MySQL HeatWave AutoML, ask the admin user to grant you the following privileges. mysql> GRANT SELECT, ALTER ON database_name.* TO 'user_name'@'%'; You need the following privileges to access the database that stores the output tables of ...
https://dev.mysql.com/doc/refman/8.4/en/access-control.html
Additional functionality includes the ability to grant privileges for administrative operations. The user interface to MySQL accounts consists of SQL statements such as CREATE USER, GRANT, and REVOKE. When you issue requests after connecting, the ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-group-replication.html
In addition to the mysqlbackup@localhost account created on each host as described in Section 4.1.2, “Grant MySQL Privileges to Backup Administrator”, accounts for the user mysqlbackup to access all hosts in the group have been created on every ... For how to use MySQL Enterprise Backup to back up and subsequently restore a Group Replication member, see Using MySQL Enterprise Backup with Group ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-automl-privileges.html
To use AutoML, ask the admin user to grant you the following privileges. mysql> GRANT SELECT, ALTER ON database_name.* TO 'user_name'@'%'; You need the following privileges to access the database that stores the output tables of generated ...
https://dev.mysql.com/doc/refman/8.4/en/kerberos-pluggable-authentication.html
Kerberos pluggable authentication provides these capabilities: External authentication: Kerberos authentication enables MySQL Server to accept connections from users defined outside the MySQL grant tables who have obtained the proper Kerberos ...
https://dev.mysql.com/doc/refman/8.4/en/innochecksum.html
Example usage: innochecksum --help --info, -I Command-Line Format --info Type Boolean Default Value false Synonym for --help. Example usage: innochecksum --info --version, -V Command-Line Format --version Type Boolean Default Value false Displays ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-acl-ndbcluster-permissions.html
This section describes the following permissions: MySQL NDB Cluster API Nodes (Non-SQL): grants access to monitored MySQL NDB Cluster API Nodes. Read-only grants permission to view details of the nodes and view events generated for the nodes.
https://dev.mysql.com/doc/refman/8.4/en/system-variable-privileges.html
Note Any user who has SYSTEM_VARIABLES_ADMIN or SUPER effectively has SESSION_VARIABLES_ADMIN by implication and need not be granted SESSION_VARIABLES_ADMIN explicitly. SESSION_VARIABLES_ADMIN enables administrators to minimize the privilege ...(For ...