Skip to content

Commit

Permalink
Merge pull request #680 from yanchaozhong/yanchaozhong-patch-3
Browse files Browse the repository at this point in the history
Wrong use of -join parameter of pd
  • Loading branch information
liubo0127 committed Apr 26, 2018
2 parents 1438864 + 3a16baf commit b41799f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions op-guide/binary-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ mysql -h 192.168.199.113 -P 4000 -u root -D test
--client-urls="http://192.168.199.114:2379" \
--peer-urls="http://192.168.199.114:2380" \
--initial-cluster="pd1=http://192.168.199.113:2380,pd2=http://192.168.199.114:2380,pd3=http://192.168.199.115:2380" \
--join="http://192.168.199.113:2379" \
-L "info" \
--log-file=pd.log
Expand All @@ -286,7 +285,6 @@ mysql -h 192.168.199.113 -P 4000 -u root -D test
--client-urls="http://192.168.199.115:2379" \
--peer-urls="http://192.168.199.115:2380" \
--initial-cluster="pd1=http://192.168.199.113:2380,pd2=http://192.168.199.114:2380,pd3=http://192.168.199.115:2380" \
--join="http://192.168.199.113:2379" \
-L "info" \
--log-file=pd.log
```
Expand Down

0 comments on commit b41799f

Please sign in to comment.