Mysql Kill Process [work]
| Modifier | Behavior | |----------|----------| | KILL CONNECTION (default) | Terminates the connection and any query it is running. | | KILL QUERY | Terminates only the currently executing query, but keeps the connection open. |