Reputation: 10417
In MySQL, how can I revoke only the DROP DATABASE
privilege, without revoking DROP TABLE
privileges?
Upvotes: 2
Views: 2665
Reputation: 39763
Just assign the DROP privilege for the individual tables, not for the entire database.
Upvotes: 4