MySQL Forums
Forum List  »  Stored Procedures

Re: select privilege on proc table of mysql needed to execute an SP?
Posted by: Yvan Rodrigues
Date: October 19, 2008 12:30PM

This is an old article, but I'm going to answer this for anyone who has this problem. If you get this error it is because you don't have SELECT permission on mysql.proc. MySQL provides a workaround. Set UseProcedureBodies to false in your connection string or your MySqlConnectionStringBuilder instance.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: select privilege on proc table of mysql needed to execute an SP?
6044
October 19, 2008 12:30PM


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.