Skip to content

Commit 6c21d2f

Browse files
cn0047tz70s
authored andcommitted
GCP DSN example for flexible environment (go-sql-driver#993)
* Added GCP connection string example for flexible environment. * Added one more GCP connection string example for flexible environment. * Unified GCP connection strings examples for 2nd gen and flexible env.
1 parent 8ce3671 commit 6c21d2f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ Steven Hartland <steven.hartland at multiplay.co.uk>
8181
Thomas Wodarek <wodarekwebpage at gmail.com>
8282
Tim Ruffles <timruffles at gmail.com>
8383
Tom Jenkinson <tom at tjenkinson.me>
84+
Vladimir Kovpak <cn007b at gmail.com>
8485
Xiangyu Hu <xiangyu.hu at outlook.com>
8586
Xiaobing Jiang <s7v7nislands at gmail.com>
8687
Xiuming Chen <cc at cxm.cc>

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ user@cloudsql(project-id:instance-name)/dbname
403403

404404
Google Cloud SQL on App Engine (Second Generation MySQL Server):
405405
```
406-
user@cloudsql(project-id:regionname:instance-name)/dbname
406+
user:password@unix(/cloudsql/project-id:region-name:instance-name)/dbname
407407
```
408408

409409
TCP using default port (3306) on localhost:

0 commit comments

Comments
 (0)