Information Schema SCHEMA_PRIVILEGES Table

The Information Schema SCHEMA_PRIVILEGES table contains information about database privileges.

It contains the following columns:

ColumnDescription
GRANTEEAccount granted the privilege in the format user_name@host_name.
TABLE_CATALOGAlways def
TABLE_SCHEMADatabase name.
PRIVILEGE_TYPEThe granted privilege.
IS_GRANTABLEWhether the privilege can be granted.

The same information in a different format can be found in the mysql.db table.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.