Monday, January 8, 2018

[google-cloud-sql-discuss] Re: Kill thread on MySQL instance

Hi, 

You can try the below command which might help you resolve the issue.

mysql> show processlist;
mysql
> kill "number from first col";


On Monday, January 8, 2018 at 8:56:05 PM UTC-5, Jacob See wrote:
I have some developers working on a Cloud SQL MySQL instance - and one of them ran a query which seems to have gotten stuck. Do I have a way to kill that without rebooting the instance?

--
You received this message because you are subscribed to the Google Groups "Google Cloud SQL discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-sql-discuss+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-sql-discuss/fc42d471-f030-4388-adcb-c4eae9fe86f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment