MySQL Forums
Forum List  »  MySQL Workbench

GRANT EXECUTE not working 5.1.30?
Posted by: Van Stokes
Date: December 20, 2008 05:12AM

MySQL 5.1.30 x64 on Vista SP1 x64.

We use MySQL Workbench SE 5.0.29 to generate our schema. The schema has stored functions and procedures. We confirmed that we did set the EXECUTE privilege to the user group for these procedures. We confirmed it by reviewing the forward engineering script and the following statement is present (copy and pasted from WB):

grant EXECUTE on procedure `mytest`.`MyProcedure` to OS1001;

That statement never sets the execute permission (root is running the command). If we run the command manually (i.e. via MySQL Query Browser) it also doesn't work. However, we can set the EXECUTE permission via MySQL Administrator.

So, why doesn't the above statement work?

Options: ReplyQuote


Subject
Views
Written By
Posted
GRANT EXECUTE not working 5.1.30?
2822
December 20, 2008 05:12AM


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.