Skip to content

Commit 4f3d420

Browse files
committed
Update README
1 parent 23a5579 commit 4f3d420

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,16 +112,16 @@ user:password@tcp(localhost:5555)/dbname?charset=utf8
112112
```
113113

114114
```
115-
user:password@/dbname
115+
user:password@tcp([de:ad:be:ef::ca:fe]:80)/dbname
116116
```
117117

118-
No Database preselected:
119118
```
120-
user:password@/
119+
user:password@/dbname
121120
```
122121

122+
No Database preselected:
123123
```
124-
user:password@tcp([de:ad:be:ef::ca:fe]:80)/dbname
124+
user:password@/
125125
```
126126

127127
---------------------------------------

0 commit comments

Comments
 (0)