Category: Privileges
-
Revoke Privilege
We have already learned how to give access right from grant privileges to a user account. Now, we are going to learn about revoke privileges from a user account. MySQL provides REVOKE statements to remove privileges from a user account. REVOKE Statement The revoke statement enables system administrators to revoke privileges and roles to the MySQL user…
-
Grant Privilege
MySQL has a feature that provides many control options to the administrators and users on the database. We have already learned how to create a new user using CREATE USER statement in MySQL server. Now, we are going to learn about grant privileges to a user account. MySQL provides GRANT statements to give access rights to a…