I have created an event that will call a stored procedure every day. But If for any reason the procedure failed to execute I need to be notified so I can look into the problem.
If MySQL is not capable to send an email then what can I do to monitor the procedures?
Thanks