Recently we had an application failing because of a database issue however the way the application filtered the database exception there was not enough information to quickly track the issue down. It would be helpful if we could query proxysql and see a digest of actual database errors with user, count, etc.
It would be nice, if we had per_user stats table which maps the users defined in mysql_users and reports error count per user. It would be greatly helpful as David mentions to debug auth issues for example.
Recently we had an application failing because of a database issue however the way the application filtered the database exception there was not enough information to quickly track the issue down. It would be helpful if we could query proxysql and see a digest of actual database errors with user, count, etc.