Skip to content

Commit

Permalink
Merge pull request #248 from lshmouse/master
Browse files Browse the repository at this point in the history
Specify the user name when using mysql client to connect to TiDB
  • Loading branch information
ngaut committed Sep 23, 2015
2 parents 5ae7447 + d68233d commit 413995a
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 413995a

Please sign in to comment.