Skip to content

Commit

Permalink
Add prompt text (pingcap#2227)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngaut authored Dec 12, 2016
1 parent dd4dcfe commit c3e84ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/QUICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ docker run --name tidb-server -d -p 4000:4000 pingcap/tidb:latest
Then you can use official mysql client to connect to TiDB.

```
mysql -h 127.0.0.1 -P 4000 -u root -D test
mysql -h 127.0.0.1 -P 4000 -u root -D test --prompt="tidb> "
```

Notice: OS X user may use `docker-machine ip` to connect it.
Expand Down Expand Up @@ -54,5 +54,5 @@ 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 -u root -D test
mysql -h 127.0.0.1 -P 4000 -u root -D test --prompt="tidb> "
```

0 comments on commit c3e84ad

Please sign in to comment.