在Google App Engine中部署GO代码时的Mysql连接问题(灵活环境)

时间:2017-12-22 06:32:04

标签: mysql google-app-engine go google-cloud-sql app-engine-flexible

我正面临Mysql Connection问题,同时将我的代码从Standard Environment迁移到Flexible Environment(Google App Engine)。

我甚至试过以下:https://cloud.google.com/appengine/docs/flexible/go/using-cloud-sql

Stackoverflow链接: Connecting to CloudSQL from App Engine (Second Generation CloudSQL) GO

但仍然无法解决问题。我的情况是:

我甚至尝试部署上面stackoverflow链接(使用我的Cloud Sql)中给出的代码来测试它是否有效。但在每种情况下,我都会收到错误说:

dial unix /cloudsql/butter-142812:us-central1:test: connect: no such file or directory

Where for me dbInstanceName  = butter-142812:us-central1:test

但每次我遇到同样的问题。如果我遗失了什么,你能指出一下吗?

我尝试在灵活环境中部署我的应用程序。

0 个答案:

没有答案