The TABLE_PRIVILEGES table provides information about table privileges. | |
PRIVILEGE_TYPE can contain one (and only one) of these values: SELECT, INSERT, UPDATE, REFERENCES, ALTER, INDEX, DROP, CREATE VIEW. | |
This information comes from the mysql.tables_priv grant table. | |
|