MySQL Forums
Forum List  »  Stored Procedures

how to grant select a table in a stored procedure scope
Posted by: charles candy
Date: August 18, 2012 06:58AM

Hi,

how to grant select to a table to a user only with in a stored procedure scope


I have grant execute on a pocedure to a user . but when I try execute , I get error select denied .

I do not wish to grant select table to the user cause if i do that then the user will be able to select the table records without need to call stored procedure.

this will cause security issue . any suggestion ?



Edited 1 time(s). Last edit at 08/18/2012 06:59AM by charles candy.

Options: ReplyQuote


Subject
Views
Written By
Posted
how to grant select a table in a stored procedure scope
2573
August 18, 2012 06:58AM


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.