Skip to content

Commit

Permalink
GCP DSN example for flexible environment (go-sql-driver#993)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
cn007b authored and tz70s committed Sep 5, 2020
1 parent 8ce3671 commit 6c21d2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -81,6 +81,7 @@ Steven Hartland <steven.hartland at multiplay.co.uk>
Thomas Wodarek <wodarekwebpage at gmail.com>
Tim Ruffles <timruffles at gmail.com>
Tom Jenkinson <tom at tjenkinson.me>
Vladimir Kovpak <cn007b at gmail.com>
Xiangyu Hu <xiangyu.hu at outlook.com>
Xiaobing Jiang <s7v7nislands at gmail.com>
Xiuming Chen <cc at cxm.cc>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -403,7 +403,7 @@ user@cloudsql(project-id:instance-name)/dbname

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

TCP using default port (3306) on localhost:
Expand Down

0 comments on commit 6c21d2f

Please sign in to comment.