Skip to content

Commit b44cac6

Browse files
committed
Merge pull request #234 from lidashuang/master
README: Fix syntax in the TCP DSN example
2 parents f9fe4f9 + 433d566 commit b44cac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ user@cloudsql(project-id:instance-name)/dbname
251251

252252
TCP using default port (3306) on localhost:
253253
```
254-
user:password@tcp/dbname&charset=utf8mb4,utf8&sys_var=esc%40ped
254+
user:password@tcp/dbname?charset=utf8mb4,utf8&sys_var=esc%40ped
255255
```
256256

257257
Use the default protocol (tcp) and host (localhost:3306):

0 commit comments

Comments
 (0)