How to get the last 10 queries by table name in MySQL
Last 10 queries
I had a situation where I wanted to check if some SQL changes I made were working properly.
It involved a transaction with a bunch of queries. Yes I could verify the data but I wanted to visually see the queries that my scripts were g...
randy.cc1 min read