Hello.
The problem may in that as of MySQL 5.0.3, it is necessary to have the
EXECUTE privilege to be able to execute the routine. I think you should
grant an EXECUTE privilege to other users. See:
http://dev.mysql.com/doc/mysql/en/create-procedure.html
http://dev.mysql.com/doc/mysql
Greetings,
I wanted to see if anyone else has found this problematic, or if
I just missed something. I upgraded from 5.0.2 to 5.0.3-beta on my Red
Hat AS3 platform. It appears everything was fine till I went to execute
my stored procedures, which were owned by root at the console, since
th