Skip to content

Commit 1983bc3

Browse files
lennrtjulienschmidt
authored andcommitted
README: Include Difference in Connection Strings depending on Cloud SQL Generation
Fixes #481, #484
1 parent dbc3fe2 commit 1983bc3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Julien Lefevre <julien.lefevr at gmail.com>
3131
Julien Schmidt <go-sql-driver at julienschmidt.com>
3232
Kamil Dziedzic <kamil at klecza.pl>
3333
Kevin Malachowski <kevin at chowski.com>
34+
Lennart Rudolph <lrudolph at hmc.edu>
3435
Leonardo YongUk Kim <dalinaum at gmail.com>
3536
Luca Looz <luca.looz92 at gmail.com>
3637
Lucas Liu <extrafliu at gmail.com>

Diff for: README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -337,11 +337,16 @@ TCP on a remote host, e.g. Amazon RDS:
337337
id:password@tcp(your-amazonaws-uri.com:3306)/dbname
338338
```
339339

340-
Google Cloud SQL on App Engine:
340+
Google Cloud SQL on App Engine (First Generation MySQL Server):
341341
```
342342
user@cloudsql(project-id:instance-name)/dbname
343343
```
344344

345+
Google Cloud SQL on App Engine (Second Generation MySQL Server):
346+
```
347+
user@cloudsql(project-id:regionname:instance-name)/dbname
348+
```
349+
345350
TCP using default port (3306) on localhost:
346351
```
347352
user:password@tcp/dbname?charset=utf8mb4,utf8&sys_var=esc%40ped

0 commit comments

Comments
 (0)