Hi, I have an PHP application that can only connect through TCP to mysql (no sockets). I host it on Google Cloud App Engine. I have created a Cloud SQL database too.
When i use the PHP application externally, it connects fine to the public ip of my Cloud SQL database. I have allowed my external ip in the connection panel of the Cloud SQL database. All is fine. But now when i deploy the PHP app to app engine it fails, thats pretty obvious, as i use the public ip, and the new ip is not allowed in the Cloud SQL database. My question is: How do i get an internal ip address that i can use to connect to my Cloud SQL database from my PHP app on App Engine? Sorry but i really cant find a good answer for this pretty simple question. Regards Charlotte -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/3a092ec2-2751-44bb-b92a-a5974d085346%40googlegroups.com.
