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 @@ -15,6 +15,7 @@ Arne Hormann <arnehormann at gmail.com>
15
15
Hanno Braun <mail at hannobraun.com>
16
16
James Harr <james.harr at gmail.com>
17
17
Julien Schmidt <go-sql-driver at julienschmidt.com>
18
+ Leonardo YongUk Kim <dalinaum at gmail.com>
18
19
Lucas Liu <extrafliu at gmail.com>
19
20
Luke Scott <luke at webconnex.com>
20
21
Michael Woolnough <michael.woolnough at gmail.com>
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ user@unix(/path/to/socket)/dbname
223
223
```
224
224
225
225
```
226
- root:pw@unix(/tmp/mysql.sock)/myDatabse ?loc=Local
226
+ root:pw@unix(/tmp/mysql.sock)/myDatabase ?loc=Local
227
227
```
228
228
229
229
```
@@ -235,6 +235,11 @@ TCP via IPv6:
235
235
user:password@tcp([de:ad:be:ef::ca:fe]:80)/dbname?timeout=90s
236
236
```
237
237
238
+ TCP on a remote host, e.g. Amazon RDS:
239
+ ```
240
+ id:password@tcp(your-amazonaws-uri.com:3306)/dbname
241
+ ```
242
+
238
243
TCP using default port (3306) on localhost:
239
244
```
240
245
user:password@tcp/dbname&charset=utf8mb4,utf8&sys_var=esc%40ped
You can’t perform that action at this time.
0 commit comments