How do I stop a running query on my Amazon RDS instance that is running MySQL?

1 minute read
0

I started a query, but I want to end the query before it finishes.

Resolution

To stop a running query on an Amazon Relational Database Service (Amazon RDS) DB instance that is running MySQL, see Ending a session or query.

Both queries require that you use a thread ID when you call the command. For steps to check running queries and their thread IDs, see How do I check running queries for my Amazon RDS MySQL DB instance?

Related information

Common DBA tasks for MySQL DB instances

Creating and connecting to a MySQL DB instance

AWS OFFICIAL
AWS OFFICIALUpdated 9 months ago