Database Reference
In-Depth Information
we included the ALTER privilege.Suppose we have found that ALTER is never needed.
We can revoke itlike so:
REVOKE ALTER
ON rookery .*
FROM 'admin_restore' @ 'localhost' ;
REVOKE ALTER
ON birdwatchers .*
FROM 'admin_restore' @ 'localhost' ;
Search WWH ::




Custom Search