The USER_PRIVILEGES table provides information
about global privileges. This information comes from the
mysql.user grant table.
INFORMATION_SCHEMA
Name
|
SHOW Name
|
Remarks |
GRANTEE
|
'user_name'@'host_name'
value, MySQL extension |
|
TABLE_CATALOG
|
NULL, MySQL extension |
|
PRIVILEGE_TYPE
|
MySQL extension | |
IS_GRANTABLE
|
MySQL extension |
Notes:
-
This is a non-standard table. It takes its values from the
mysql.usertable.