MySQL audit_ids is plugin for MySQL server detection of anomalies in SQL queries.
In learning phase normal behaviour is recorded. In detection phase anomaly score for each query is calculated and anomalies are detected.
Anomaly detection is extendable by new models of detection. String length detection model implemented in version 1.0 using Chebyshev's inequality.
For compilation see Compilation page.