File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ Julien Lefevre <julien.lefevr at gmail.com>
31
31
Julien Schmidt <go-sql-driver at julienschmidt.com>
32
32
Kamil Dziedzic <kamil at klecza.pl>
33
33
Kevin Malachowski <kevin at chowski.com>
34
+ Lennart Rudolph <lrudolph at hmc.edu>
34
35
Leonardo YongUk Kim <dalinaum at gmail.com>
35
36
Luca Looz <luca.looz92 at gmail.com>
36
37
Lucas Liu <extrafliu at gmail.com>
Original file line number Diff line number Diff line change @@ -337,11 +337,16 @@ TCP on a remote host, e.g. Amazon RDS:
337
337
id:password@tcp(your-amazonaws-uri.com:3306)/dbname
338
338
```
339
339
340
- Google Cloud SQL on App Engine:
340
+ Google Cloud SQL on App Engine (First Generation MySQL Server) :
341
341
```
342
342
user@cloudsql(project-id:instance-name)/dbname
343
343
```
344
344
345
+ Google Cloud SQL on App Engine (Second Generation MySQL Server):
346
+ ```
347
+ user@cloudsql(project-id:regionname:instance-name)/dbname
348
+ ```
349
+
345
350
TCP using default port (3306) on localhost:
346
351
```
347
352
user:password@tcp/dbname?charset=utf8mb4,utf8&sys_var=esc%40ped
You can’t perform that action at this time.
0 commit comments