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...