Question: Which is the correct way to take back privileges from 'user1': REVOKE permission_type TO database.table ON 'user1'@'localhost'; REVOKE permission_type ON database.table TO 'user1'@'localhost'; REVOKE permission_type
Which is the correct way to take back privileges from 'user1':
REVOKE permission_type TO database.table ON 'user1'@'localhost';
REVOKE permission_type ON database.table TO 'user1'@'localhost';
REVOKE permission_type ON database.table 'user1'@'localhost';
REVOKE permission_type FOR database.table TO 'user1'@'localhost';
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
