mysql_kill_query
Terminate a running MySQL query or connection thread by process ID to stop problematic operations. Requires readOnly mode disabled.
Instructions
Kill a running query or connection thread by ID in MySQL. Blocked when readOnly mode is enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| processId | Yes | The ID of the process to kill. | |
| connectionId | No | Id of the mysql connection to use. Optional when only one mysql connection is configured. |