PDF (A4) - 43.4Mb
Man Pages (TGZ) - 297.3Kb
Man Pages (Zip) - 402.5Kb
Info (Gzip) - 4.3Mb
Info (Zip) - 4.3Mb
MySQL Globalization
MySQL Information Schema
MySQL Installation Guide
Security in MySQL
Starting and Stopping MySQL
MySQL and Linux/Unix
MySQL and Windows
MySQL and macOS
MySQL and Solaris
Building MySQL from Source
MySQL Restrictions and Limitations
MySQL Partitioning
MySQL Tutorial
MySQL Performance Schema
MySQL Replication
Using the MySQL Yum Repository
MySQL NDB Cluster 8.0
TheROLE_COLUMN_GRANTS table (available as of MySQL 8.0.19) provides information about the column privileges for roles that are available to or granted by the currently enabled roles.
TheROLE_COLUMN_GRANTS table has these columns:
GRANTORThe user name part of the account that granted the role.
GRANTOR_HOSTThe host name part of the account that granted the role.
GRANTEEThe user name part of the account to which the role is granted.
GRANTEE_HOSTThe host name part of the account to which the role is granted.
TABLE_CATALOGThe name of the catalog to which the role applies. This value is always
def.TABLE_SCHEMAThe name of the schema (database) to which the role applies.
TABLE_NAMEThe name of the table to which the role applies.
COLUMN_NAMEThe name of the column to which the role applies.
PRIVILEGE_TYPEThe privilege granted. The value can be any privilege that can be granted at the column level; seeSection 15.7.1.6, “GRANT Statement”. Each row lists a single privilege, so there is one row per column privilege held by the grantee.
IS_GRANTABLEYESorNO, depending on whether the role is grantable to other accounts.
PDF (A4) - 43.4Mb
Man Pages (TGZ) - 297.3Kb
Man Pages (Zip) - 402.5Kb
Info (Gzip) - 4.3Mb
Info (Zip) - 4.3Mb
MySQL Globalization
MySQL Information Schema
MySQL Installation Guide
Security in MySQL
Starting and Stopping MySQL
MySQL and Linux/Unix
MySQL and Windows
MySQL and macOS
MySQL and Solaris
Building MySQL from Source
MySQL Restrictions and Limitations
MySQL Partitioning
MySQL Tutorial
MySQL Performance Schema
MySQL Replication
Using the MySQL Yum Repository
MySQL NDB Cluster 8.0