Mysql – How to monitor thesql slow log and send mail to alert

alertemailmonitoringMySQL

I have enabled mysql slow query log on Ubuntu server.
I prefer to get the email alert with the slow sql when any slow query appeared so I can optimize the sql.
I need a lightweight solution.

Best Answer

I often use the mytop, top like query monitor for MySQL it is a Perl script with some hack you can add a functionality of send alert notification.