mysqladmin -u root -p -i 1 processlist
-u username
-p you will be promted for a password
-i 1 interval one second
mysqladmin -u root -p -i 1 processlist
-u username
-p you will be promted for a password
-i 1 interval one second
To List All the Windows Updates Installed on the computer
wmic qfe list
to generate a textfile:
wmic qfe list brief /format:texttablewsys > hotfix.txt
to generate a HTM file:
wmic qfe list brief /format:htable > hotfix.html