i have oracle background, i am looking for oracle v$sql view in mysql in order to see last queries has been run on all sessions in database
how can i see this in mysql ?
i have oracle background, i am looking for oracle v$sql view in mysql in order to see last queries has been run on all sessions in database
how can i see this in mysql ?
There is no such feature on MySQL other than studying server logs with qeury logging enabled.