File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 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>
3131Julien Schmidt <go-sql-driver at julienschmidt.com>
3232Kamil Dziedzic <kamil at klecza.pl>
3333Kevin Malachowski <kevin at chowski.com>
34+ Lennart Rudolph <lrudolph at hmc.edu>
3435Leonardo YongUk Kim <dalinaum at gmail.com>
3536Luca Looz <luca.looz92 at gmail.com>
3637Lucas 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:
337337id: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```
342342user@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+
345350TCP using default port (3306) on localhost:
346351```
347352user:password@tcp/dbname?charset=utf8mb4,utf8&sys_var=esc%40ped
You can’t perform that action at this time.
0 commit comments