user, db, host, tables_priv, columns_priv, or procs_priv tables.
user table grants privileges that are assigned the user on a global basis and that apply no matter what the default database is.
user table only to superusers such as database administrators.
user table set to 'N' and grant privileges at more specific levels only.
db and host tables grant database-specific privileges.
%’ and ‘_’ can be used in the Host and Db columns of either table.
LIKE operator.
%’ Host value in the db table means "any host".
Host value in the db table means "consult the host table for further information".
%’ or blank Host value in the host table means "any host".
%’ or blank Db value in either table means "any database".
User value in either table matches the anonymous user.
How does the server sort the db table and the host table?
© 2007 John Michael Pierobon