Friday, April 1, 2016

Re: [google-cloud-sql-discuss] Cannot stop import

If you can log into the instance, you can use 'SHOW PROCESSLIST;' to find the id of the import thread and then use 'KILL ID;' to terminate it. As we don't provide a remote abort you can't cancel it if you can't log in. It will time out after 24 hours though.


I get:

"Error: You are not owner of thread 54
SQLState:  HY000
ErrorCode: 1095 "

--
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/652a8e68-3717-42f7-9cc5-e47b6c1d6611%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment