How to get the count of errors per second in Mysql?
Posted by: ZZZ ZZZ
Date: March 03, 2016 03:48AM

I need to get the count of errors per second.

The SQL:

SELECT @@error_count;

or

Show count(*) errors;

return the total count of errors, not the errors count per second.

Is there any way to get the count of errors per second?

Options: ReplyQuote


Subject
Written By
Posted
How to get the count of errors per second in Mysql?
March 03, 2016 03:48AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.