I've tried the same query directly into phpMyAdmin and the result is what I hope. But from php apps it doesnt work.
where in phpmyadmin can I set permission on my stored function?
I try to accessing a stored function in mysql server, but i receive error this error query error: execute command denied to user xxxxx for routine myuser@starka.x10hosting.com
To solve this problem I've tried to grant user access the stored function with GRANT SELECT ON database.function TO...