GRANT USAGE ON *.* TO 'world_user'@'localhost';
GRANT EXECUTE, ALTER ROUTINE ON FUNCTION `sakila`.`get_customer_balance` TO
'world_user'@'localhost' WITH GRANT OPTION;
mysql> SELECT sql_grant FROM sql_grants WHERE grantee =
"'world_user'@'localhost'" \G
sql_grant: GRANT USAGE ON *.* TO 'world_user'@'localhost' IDENTIFIED BY
PASSWORD ''
sql_grant: GRANT ALTER ROUTINE, EXECUTE ON `sakila`.`get_customer_balance` TO
'world_user'@'localhost' WITH GRANT OPTION
"ON" stored routine should include "FUNCTION" or "PROCEDURE"
Original issue reported on code.google.com by shlomi.n...@gmail.com on 18 Nov 2012 at 6:49
Original issue reported on code.google.com by
shlomi.n...@gmail.com
on 18 Nov 2012 at 6:49