How do I view the last run queries in MySQL in a live feed format?
I want to leave my terminal window open and just have MySQL queries pop up on the screen whenever something is run. I know I can do it with the tail command, but I'm not sure where the MySQL logs are stored. I can also do mysqladmin proc, but that doesn't give me a continuous live feed.