tables_priv, columns_priv, And procs_priv Tablestables_priv, columns_priv, and procs_priv tables grant table-specific, column-specific, and routine-specific privileges.
%’ and ‘_’ can be used in the Host column.
LIKE operator.
%' or blank Host value means "any host".
Db, Table_name, and Column_name columns cannot contain wildcards or be blank.
tables_priv, columns_priv, and procs_priv tables based on the Host, Db, and User columns.
db table sorting, but simpler because only the Host column can contain wildcards.
How does the server check privileges for database-related requests?
© 2007 John Michael Pierobon