Partial Revokes from Database Objects
Have you ever encountered situations where you want to grant a user access to all databases except a few databases ? If yes, then this article will interest you. Starting from MySQL 8.0.16, you can partially revoke database privileges from users, even if they are granted global privileges.…