Hi r937,
Further to my late posting, your syntax worked with minor adjustment as follow;
mysql> REVOKE SELECT, INSERT, UPDATE, DELETE ON test.* FROM 'vmailuser'@'localhost';
Code:
Query OK, 0 rows affected (0.00 sec)
mysql> SHOW GRANTS FOR 'vmailuser'@'localhost';
Code:
+------------------------------------------------------------------------------------------------------------------+
| Grants for vmailuser@localhost |
+------------------------------------------------------------------------------------------------------------------+
| GRANT USAGE ON *.* TO 'vmailuser'@'localhost' IDENTIFIED BY PASSWORD '*A0F874BC7F54EE086FCE60A37CE7887D8B31086B' |
+------------------------------------------------------------------------------------------------------------------+
1 row in set (0.00 sec)
Tks
B.R.
satimis