Privileges
grant [select, insert, update, delete, references, usage]
on table_name to user_name@host_name identified by password;
revoke [select, insert, update, delete, references, usage]
on table_name to user_name@host_name identified by password;
Resources URL:
notes/sql/resources
Sources URL:
notes/sql/sources