Skip to content

Commit

Permalink
Specify the user name when using mysql client to connect to TiDB
Browse files Browse the repository at this point in the history
  • Loading branch information
Liu Shaohui committed Sep 23, 2015
1 parent 5ae7447 commit d68233d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Run `./tidb-server -h` to see more flag options.
After you started tidb-server, you can use official mysql client to connect to TiDB.

```
mysql -h 127.0.0.1 -P 4000 -D test
mysql -h 127.0.0.1 -P 4000 -u root -D test
```

#### __Run as MySQL protocol server with distributed transactional KV storage engine__
Expand Down

0 comments on commit d68233d

Please sign in to comment.