From 14a38786e208da0eb578e3d351a34879022cdda5 Mon Sep 17 00:00:00 2001 From: Fendy Date: Thu, 9 Sep 2021 14:27:34 +0800 Subject: [PATCH 1/3] enhance TiDB login descriptions - EN --- dashboard/dashboard-access.md | 2 +- post-installation-check.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dashboard/dashboard-access.md b/dashboard/dashboard-access.md index 7bc968f02e23b..deedb216d74a2 100644 --- a/dashboard/dashboard-access.md +++ b/dashboard/dashboard-access.md @@ -28,7 +28,7 @@ You can use TiDB Dashboard in the following common desktop browsers of a relativ ## Sign in -For the first-time access, TiDB Dashboard displays the user sign in interface, as shown in the image below. You can sign in using the TiDB `root` account. +For the first-time access, TiDB Dashboard displays the user sign in interface, as shown in the image below. You can sign in using the TiDB `root` account. By default, its password is empty. ![Login interface](/media/dashboard/dashboard-access-login.png) diff --git a/post-installation-check.md b/post-installation-check.md index a44ba63000319..1b407d0b8c12c 100644 --- a/post-installation-check.md +++ b/post-installation-check.md @@ -53,9 +53,11 @@ Log in to the database by running the following command: {{< copyable "shell-regular" >}} ```shell -mysql -u root -h 10.0.1.4 -P 4000 +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`. + The following information indicates successful login: ```sql From 5da5dcc61ba69f8c7025bc0ce24530828b19f351 Mon Sep 17 00:00:00 2001 From: Fendy <40378371+septemberfd@users.noreply.github.com> Date: Thu, 9 Sep 2021 15:58:29 +0800 Subject: [PATCH 2/3] Update dashboard/dashboard-access.md Co-authored-by: Ran --- dashboard/dashboard-access.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/dashboard-access.md b/dashboard/dashboard-access.md index deedb216d74a2..0b9061da2f93a 100644 --- a/dashboard/dashboard-access.md +++ b/dashboard/dashboard-access.md @@ -28,7 +28,7 @@ You can use TiDB Dashboard in the following common desktop browsers of a relativ ## Sign in -For the first-time access, TiDB Dashboard displays the user sign in interface, as shown in the image below. You can sign in using the TiDB `root` account. By default, its password is empty. +For the first-time access, TiDB Dashboard displays the user sign in interface, as shown in the image below. You can sign in using the TiDB `root` account. By default, the `root` password is empty. ![Login interface](/media/dashboard/dashboard-access-login.png) From 91a25ac06d8e32e126740c32c6f968d04320f813 Mon Sep 17 00:00:00 2001 From: Fendy <40378371+septemberfd@users.noreply.github.com> Date: Thu, 9 Sep 2021 15:58:52 +0800 Subject: [PATCH 3/3] Update post-installation-check.md Co-authored-by: Ran --- post-installation-check.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post-installation-check.md b/post-installation-check.md index 1b407d0b8c12c..b97f3b92fadfa 100644 --- a/post-installation-check.md +++ b/post-installation-check.md @@ -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: