Grant User Privileges

GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP ON database.<table|*> TO '<user>'@'<localhost|domain>';

View User Privileges

SHOW GRANTS FOR '<user>'@'<localhost|domain>';