Skip to content

Instantly share code, notes, and snippets.

@peterdalle
Created October 25, 2018 13:26
Show Gist options
  • Save peterdalle/79cfdd9dc329ffc1671448c59b77d9fc to your computer and use it in GitHub Desktop.
Save peterdalle/79cfdd9dc329ffc1671448c59b77d9fc to your computer and use it in GitHub Desktop.
Show SQL queries in MySQL in real time
@echo off
REM From https://stackoverflow.com/questions/568564/how-can-i-view-live-mysql-queries
mysqladmin -u username -ppassword --verbose -i 1 processlist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment