The REVOKE command is used to rescind privileges previously granted to a user. Its syntax is: REVOKE priv_type [(column_list)] [, priv_type [(column_list)] …] ON {tbl_name | * | *.* | db_name.*} FROM user_name [, user_name …] As is the case with the GRANT command, perhaps the best way to really understand how it operates is […]
The post Understanding the REVOKE statement in MySQL first appeared on RSSFeedsCloud.