Guest User

Untitled

a guest
Apr 15th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.16 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. while [ 1 -le 1 ]
  4. do
  5.          mysql --protocol=tcp --password=your_password --user=root --host=localhost -e "show processlist\G"  | grep;
  6. done
Add Comment
Please, Sign In to add comment