MySQL Forums
Forum List  »  Stored Procedures

Re: Protecting stored procedures in a commercial product
Posted by: Peter Brawley
Date: May 31, 2019 03:33PM

...SQL SECURITY=INVOKER... restricts privs to, um, the invoker's, which should include all that the routine does, but should not include

To see sproc code you must be the user named in the routine DEFINER clause or have SELECT access to the mysql.proc table. Presumably your users will not have that priv.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Protecting stored procedures in a commercial product
466
May 31, 2019 03:33PM


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.