How a set of queries can be killed in MySQL using Percona Toolkit's pt-kill.md 524 B


Title: "How a set of queries can be killed in MySQL using Percona Toolkit’s pt-kill" Date: 2017-01-18 19:39:48 Categories: [data base] tags: [percona, mysql, mariadb]

Authors: sedlav

There are two main ways to kill queries in MySQL: 1. use custom scripts that match on a regular expression, or 2. use a tool written and supported by Percona that is designed to kill queries based on matching conditions.

Link