How to monitor MySQL query errors, timeouts and logon attempts?

Posted by Abel on Stack Overflow See other posts from Stack Overflow or by Abel
Published on 2010-03-16T14:12:53Z Indexed on 2010/03/16 14:16 UTC
Read the original article Hit count: 256

Filed under:
|
|
|

While setting up a third party closed source CMS (Sitefinity) the setup doesn't create all tables and procedures necessary to run it. The software lacks a logging system itself and it made me wonder: could I trace and monitor failing SQL statements from MySQL?

This serves more than only the purpose of solving my issue with Sitefinity. More often I wonder what's send to the MySQL server, not wanting to dive into the software products or setup a debugging environment etc.

I tried JetProfiler (only performance) and looked through a few others, but although they monitor a lot, they don't monitor query failures, timeouts or logon attempts. Does anyone know a profiler, tracer, monitoring tool, commercial or free, that can show me this information?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about monitoring