REVOKE statement syntax : REVOKE « User Permission « SQL / MySQL






REVOKE statement syntax

   


REVOKE ALL PRIVILEGES, GRANT OPTION
FROM '<user>'@'<host>' [{, '<user>'@'<host>'}...]

   
    
    
  








Related examples in the same category

1.How the REVOKE statement works
2.Revoke ALL privileges from the user second, delete the user, and then verify the removal.
3.The REVOKE Statement
4.Revoke select privilege
5.Revoke references privilege
6.Revoke insert and select