Tuesday, March 15, 2016

Re: [google-cloud-sql-discuss] Re: "Lost connection to MySQL server" in Cloud Proxy

Can you verify that you can connect to port 3307 on your instance from your GCE VM?

You can do a simple check using telnet on your GCE VM:
$ telnet <INSTANCE IP> 3307
If it gets stuck on "Trying IP..." then we know it's not able to connect.
I have verified that everything is running properly so if you are not able to connect via telnet it's likely the connection is being blocked somewhere (for example if you have GCE firewall rules or inside your VM)

By the way, when using proxy connectivity, you don't need to worry about updating "Authorized Networks". 

On Tue, Mar 15, 2016 at 2:59 AM 小川純平 <ogawa@growaspeople.org> wrote:
Hi,

I successfully started instance, but still the same error is happening.
I also tried on another DB instance, and the same results.

I confirmed External IP of GCE instances which mysql client runs on are registered in Authorized Networks of Cloud SQL.

Any idea to solve this?

--
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/c47488d9-74b4-487e-ad17-3f04d3fa970c%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/CABDU3p2Gt%2Bm5OfyPt0KXOpk8%3DvbUMR3Pkr2TgnQi_t0Srepd-g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment