Skip to main content
Skip to main content

schema_privileges

Overview​

View the authorization information of the database.

Database​

information_schema

Table Information​

Column NameTypeDescription
GRANTEEvarchar(81)The authorized user
TABLE_CATALOGvarchar(512)The Catalog name, always 'def'
TABLE_SCHEMAvarchar(64)The Database name
PRIVILEGE_TYPEvarchar(64)The type of privilege
IS_GRANTABLEvarchar(3)Whether authorization can be granted to other users