I'm trying to use Cloud SQL from the Scala application running in App Engine. I used to use app.yaml configuration beta_settings: cloud_sql_instances:
I think this option doesn't seem to support TCP proxy (which is supported by the cloud_sql_proxy utility google provides). However, my database connection library (mysql-async) does not support unix socket connection. Why don't they add TCP proxy option in app.yaml config. What is the best practice to connect Cloud SQL from app engine? -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/1dc4c765-9a6a-4303-89b8-ffb45ee31a49%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
