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 myuser@starka.x10hosting.com, but I receive that error #1142 - GRANT command denied to userxxxxxxxxxxxx for table xxxxxxxxx.
where I'm wrong?
To solve this problem I've tried to grant user access the stored function with GRANT SELECT ON database.function TO myuser@starka.x10hosting.com, but I receive that error #1142 - GRANT command denied to userxxxxxxxxxxxx for table xxxxxxxxx.
where I'm wrong?