Hello.
Please, could you send the 'SHOW GRANTS' statement for the root and
some other user (which should be able to execute the routine). Include
the source of your function (use 'SHOW CREATE' statement) and
definitions of the tables, if your routine works with them. What version
of MySQL ar
I have written a little routine that returns somebody's age from a
date-of-birth input, and it has always worked perfectly as part of a
client-side front end.
However, the best place for it is as a server-side function, which MySQL v.5
now allows. So I have re-written it as a server-side func