소스 검색

Merge pull request #234 from lidashuang/master

README: Fix syntax in the TCP DSN example
Julien Schmidt 11 년 전
부모
커밋
b44cac615c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -251,7 +251,7 @@ user@cloudsql(project-id:instance-name)/dbname
 
 TCP using default port (3306) on localhost:
 ```
-user:password@tcp/dbname&charset=utf8mb4,utf8&sys_var=esc%40ped
+user:password@tcp/dbname?charset=utf8mb4,utf8&sys_var=esc%40ped
 ```
 
 Use the default protocol (tcp) and host (localhost:3306):