Friday, March 18, 2016

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

Hi,

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'm not actually sure which 'cloud shell' you are using to connect to you instance, could you show a screenshot or URL? What error message do you get connecting? Can you connect with the MySQL command line?

David

On Fri, Mar 18, 2016 at 10:30 AM, <peter.shin@syw.com> wrote:
I was importing a CSV in GCS into a table using the Import functionality, but it's taking a while. I cannot stop the import or connect to the instance from Cloud Shell. How can a I force stop the import?

--
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/5ea81770-3f1a-40d4-a7ea-48055a4c4790%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
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/CAJZK_bbrK3oiBV%3DABB6X8YjYXojKLw%3DPoL8mPcx0zes6AOTyVA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment