Search Results
https://dev.mysql.com/doc/refman/8.4/en/information-schema-user-privileges-table.html
The USER_PRIVILEGES table has these columns: GRANTEE The name of the account to which the privilege is granted, in 'user_name'@'host_name' format. IS_GRANTABLE YES if the user has the GRANT OPTION privilege, NO otherwise. The value can be any ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-native-kerberos.html
The Native Kerberos connections method authenticates a MySQL user with authentication tokens generated by the kinit command. Using this connection method, MySQL Workbench and MySQL servers are able to use the Kerberos authentication protocol to ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-async-exec.html
For applications that have multiple application users, and there is no direct mapping between MySQL users and application users, you can use the application-level variants of the asynchronous task routines. Application-level asynchronous task ... As ...
https://dev.mysql.com/doc/refman/8.4/en/create-view.html
If the DEFINER clause is present, the privileges required depend on the user value, as discussed in Section 27.6, “Stored Object Access Control”. These indicate that the required privileges must be held by the user who defined or invoked the ...
https://dev.mysql.com/doc/refman/8.4/en/faqs-mysql-cluster.html
MySQL NDB Cluster provides support for shared and synchronized users and privileges using the NDB_STORED_USER privilege; see Distributed Privileges Using Shared Grant Tables, for more information. How do I handle MySQL users in an NDB Cluster having ... In the following section, we answer questions that are frequently asked about MySQL NDB Cluster and the NDB storage ...
https://dev.mysql.com/doc/refman/8.4/en/information-schema-administrable-role-authorizations-table.html
The ADMINISTRABLE_ROLE_AUTHORIZATIONS table provides information about which roles applicable for the current user or role can be granted to other users or roles. GRANTEE The user name part of the account to which the role is granted. The ...
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 ...In ...(For information about dynamic variables, see Section 7.1.9.2, “Dynamic System Variables”.) For certain global system variables, SET can be used to persist their value to the mysqld-auto.cnf file in the data directory, to affect server operation for subsequent ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-user.html
This read-only property returns the user name used for connecting to the MySQL server.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlconnection-user.html
This read-only property returns the user name used for connecting to the MySQL server.
https://dev.mysql.com/doc/workbench/en/wb-configuring-files.html
These files are saved in a directory assigned to the current user as defined by MySQL Workbench. Table 3.1 Default Local Configuration Base File Path Operating System File Path Windows %AppData%\MySQL\Workbench\ macOS ~username/Library/Application ... MySQL Workbench saves configuration, cache, and log-related files and directories on your ...