tags:

views:

12

answers:

1

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 ?

A: 

There is no such feature on MySQL other than studying server logs with qeury logging enabled.

FractalizeR