File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 88|_|_| |_|_|
99```
1010
11- ` kill-mysql-query ` interactively shows long running queries in MySQL database and provide option kill them one by one.
11+ ` kill-mysql-query ` interactively shows long running queries in MySQL database and provide option to kill them one by one.
1212
1313👉 Great for firefighting situations 🔥🚨🚒
1414
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ func showHelp() {
9494|_|_| |_|_|
9595
9696kill-mysql-query interactively shows long running queries in MySQL database
97- and provide option kill them one by one. Great for firefighting. 🔥🚨🚒
97+ and provide option to kill them one by one. Great for firefighting. 🔥🚨🚒
9898
9999It can connect to MySQL server as configured, using SSH Tunnel if necessary
100100and let you decide which query to kill. By default queries running for more
You can’t perform that action at this time.
0 commit comments