MySQL 8.4 Release Notes
28.3.3 INFORMATION_SCHEMA APPLICABLE_ROLES 表
The APPLICABLE_ROLES
table provides information about the roles that are applicable for the current user.
The APPLICABLE_ROLES
table has these columns:
-
USER
The user name part of the current user account.
-
HOST
The host name part of the current user account.
-
GRANTEE
The user name part of the account to which the role is granted.
-
GRANTEE_HOST
The host name part of the account to which the role is granted.
-
ROLE_NAME
The user name part of the granted role.
-
ROLE_HOST
The host name part of the granted role.
-
IS_GRANTABLE
YES
orNO
, depending on whether the role is grantable to other accounts. -
IS_DEFAULT
YES
orNO
, depending on whether the role is a default role. -
IS_MANDATORY
YES
orNO
, depending on whether the role is mandatory.