MySQL Forums
Forum List  »  Stored Procedures

Re: select privilege on proc table of mysql needed to execute an SP?
Posted by: Mayur Raval
Date: August 10, 2006 10:44AM

Hi Friend,

If you have root password, go to mysql schema.

use mysql

Then grant select on proc table to your desired user.

grant select on proc to myuser

Done.........

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: select privilege on proc table of mysql needed to execute an SP?
10472
August 10, 2006 10:44AM


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.