Created
October 25, 2018 13:26
-
-
Save peterdalle/79cfdd9dc329ffc1671448c59b77d9fc to your computer and use it in GitHub Desktop.
Show SQL queries in MySQL in real time
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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