Reputation: 32336
The following statement is working as expected
grant all on *.* to 'foo'@'10.10.%' identified by 'bar';
But I want to grant all privileges except "super" privilege. I wish there was "grant all except super" syntax!
Upvotes: 0
Views: 1917