There are any query/way to show the last queries executed on ALL the server?
|
Additionally, for those blessed with MySQL >= 5.1.12: 1) Execute If you prefer to output to a file: I prefer this method because: For more information, see |
|||||||||||||||||||||
|
|
You can enable a general query log for that sort of diagnostic. Generally you don't log all SELECT queries on a production server though, it's a performance killer. Edit your MySQL config, e.g. /etc/mysql/my.cnf - look for, or add, a line like this
Restart mysql to pick up that change, now you can
Hey presto, you can watch the queries as they come in. |
||||
|
|
|
You can look at the following in linux
|
|||||
|

