-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[appengine-cloudsql] driver: bad connection #299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This DSN works great for us. I don't know if you took out your password just for GitHub, but it should be in the string. |
I am getting error:
can you help? |
What's your connection string and where are you running it from? |
Sorry I had a wrong setting and I fixed eventually. Derek Perkins [email protected] 於 2015年6月20日週六 下午11:10 寫道:
|
fyi, instead, you have to manually clone this repository into your gopath and then all is groovy same resolution here: http://stackoverflow.com/questions/21368363/how-to-connect-to-google-cloud-sql-with-go-sql-driver-mysql-on-app-engine |
is this still true?
|
Is this still the case? I can't get the driver to work in AppEngine environment. |
No it works perfectly for me - but I use first gen. Are you using a first gen or second gen cloud sql database? #484 |
Possibly I have a wrong setting also. Could you share what setting you fixed? |
I'm a beginner about google appengine and golang.
I've tried appengine-go to access cloud sql with this driver but meet the following error:
driver: bad connection
Can anyone give me some suggestions please?
This is a part of the codes:
The text was updated successfully, but these errors were encountered: