File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
|_|_| |_|_|
9
9
```
10
10
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 provides option to kill them one by one.
12
12
13
13
👉 Great for firefighting situations 🔥🚨🚒
14
14
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ func showHelp() {
94
94
|_|_| |_|_|
95
95
96
96
kill-mysql-query interactively shows long running queries in MySQL database
97
- and provide option kill them one by one. Great for firefighting. 🔥🚨🚒
97
+ and provides option to kill them one by one. Great for firefighting. 🔥🚨🚒
98
98
99
99
It can connect to MySQL server as configured, using SSH Tunnel if necessary
100
100
and 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