Hi,
Is there any way to find the last executed date and time of a stored procedure?
We can find it through mysql log. But I want to know if there is any to quickly find out from either information_schema or mysql schema.
There are some old procedures which are not used and we want to clean them up from the server.
Thanks & regards
Praveen