You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to enable logs for failed or error generating queries not all the queries. Something like logging stats_mysql_errors table.
I can get the output of query select * from stats_mysql_errors; in a file but it will be manual work everytime I want to fetch the logs for failed queries. So, is there any way to log all the failed queries or sql errors automatically in real-time?
The text was updated successfully, but these errors were encountered:
I want to enable logs for failed or error generating queries not all the queries. Something like logging stats_mysql_errors table.
I can get the output of query
select * from stats_mysql_errors;
in a file but it will be manual work everytime I want to fetch the logs for failed queries. So, is there any way to log all the failed queries or sql errors automatically in real-time?The text was updated successfully, but these errors were encountered: