Skip to content

Commit d52c3c3

Browse files
authored
tiup-playground: add default login credentials for TiDB Dashboard and Grafana (#22553)
1 parent d789f71 commit d52c3c3

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

tiup/tiup-playground.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,24 @@ tiup playground --tag ${tag_name}
9090

9191
For a cluster started in this way, the data files are retained after the cluster is stopped. You can use this tag to start the cluster next time so that you can use the data kept since the cluster was stopped.
9292

93+
## Access TiDB Dashboard and Grafana
94+
95+
When you start a TiDB cluster using TiUP playground, you can access [TiDB Dashboard](/dashboard/dashboard-intro.md) and Grafana at the following addresses in your browser:
96+
97+
- TiDB Dashboard: `http://127.0.0.1:2379/dashboard`
98+
99+
- Default username: `root`
100+
- Default password: `` (empty, press `Enter` directly)
101+
102+
- Grafana: `http://127.0.0.1:3000`
103+
104+
- Default username: `admin`
105+
- Default password: `admin`
106+
107+
> **Note:**
108+
>
109+
> If you have changed the password for the TiDB `root` user, use the new password to log in to TiDB Dashboard.
110+
93111
## Quickly connect to the TiDB cluster started by playground
94112

95113
TiUP provides the `client` component, which is used to automatically find and connect to a local TiDB cluster started by playground. The usage is as follows:

0 commit comments

Comments
 (0)