MySQL Forums
Forum List  »  MySQL Administrator

Re: stored procedures editor and privileges
Posted by: Bar Mo
Date: May 04, 2010 05:19AM

ok, for everyone looking for solution:

grant select on mysql.proc
gives user privileges to read procedure body.

http://dev.mysql.com/doc/refman/5.0/en/show-create-procedure.html

RTFM I should say ;)

Options: ReplyQuote


Subject
Written By
Posted
Re: stored procedures editor and privileges
May 04, 2010 05:19AM


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.