This is a read-only copy of the MariaDB Knowledgebase generated on 2024-05-14. For the latest, interactive version please visit https://mariadb.com/kb/.

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.

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.