Browse Source

Update README.md

lidashuang 11 years ago
parent
commit
433d5662fd
1 changed files with 1 additions and 1 deletions
  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):