Let us see how much you understand about MySQL privileges by answering these questions.
USAGE privilege allow an user to do?
GRANT OPTION privilege allow an user to do?
RELOAD privilege allow an user to do?
FILE privilege allow an user to do?
tables_priv.table_priv column do?
column_name table for this table.
column_priv table for this table.
DROP USER requires the CREATE USER privilege or the DELETE privilege for the MySQL database.
GRANT requires the CREATE USER privilege and have the privileges that are being granted.
RENAME USER requires the CREATE USER privilege or the UPDATE privilege for the MySQL database.
REVOKE ALL PRIVILEGES requires the CREATE USERprivilege or the UPDATE privilege for the MySQL database.
REVOKE without ALL PRIVILEGES requires the GRANT OPTIONprivilege and have the privileges that are being revoked.