All we need is an easy explanation of the problem, so here it is.
I am new to Mysql server, I use the below query to see what are all processes or queries that users are currently executing.
SHOW FULL PROCESSLIST;
I needed to check those processes, which users executed in past. like those processes which were executed and they got completed or aborted.
Is there a way to check the already executed processes via any query in MysqL server ?
How to solve :
I know you bored from this bug, So we are here to help you! Take a deep breath and look at the explanation of your problem. We have many solutions to this problem, But we recommend you to use the first method because it is tested & true method that will 100% work for you.
Method 1
In MySQL, queries executes in the past can be seen in the general log.
See the reference manual:
https://dev.mysql.com/doc/refman/8.0/en/query-log.html
Note: Use and implement method 1 because this method fully tested our system.
Thank you 🙂
All methods was sourced from stackoverflow.com or stackexchange.com, is licensed under cc by-sa 2.5, cc by-sa 3.0 and cc by-sa 4.0