Skip to content

Commit

Permalink
Update post-installation-check.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ran <huangran@pingcap.com>
  • Loading branch information
septemberfd and ran-huang authored Sep 9, 2021
1 parent 5da5dcc commit 91a25ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post-installation-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Log in to the database by running the following command:
mysql -u root -h ${tidb_server_host_IP_address} -P 4000
```

`${tidb_server_host_IP_address}` is one of the IP addresses set up for `tidb_servers` when you [initialize cluster tepology files](/production-deployment-using-tiup.md #Step 3 Initialize cluster tepology files), such as `10.0.1.7`.
`${tidb_server_host_IP_address}` is one of the IP addresses set for `tidb_servers` when you [initialize the cluster topology file](/production-deployment-using-tiup.md#step-3-initialize-cluster-topology-file), such as `10.0.1.7`.

The following information indicates successful login:

Expand Down

0 comments on commit 91a25ac

Please sign in to comment.