MySQL Forums
Forum List  »  Security

Re: How to Restrict creation of UDF(User defined functions) in mysql 5.7
Posted by: Georgi Kodinov
Date: February 21, 2017 06:00AM

You can revoke only what you've explicitly granted.
So yes, your current attempts won't work.

MySQL does not support negative grants, i.e. you can't grant "all, but privilege X" to somebody.
You need to convert your "GRANT ALL ON *.* to X" to something more granular that does not include the privileges you don't want to grant.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How to Restrict creation of UDF(User defined functions) in mysql 5.7
1033
February 21, 2017 06:00AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.