You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
92
92
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:
> If you have changed the password for the TiDB `root` user, use the new password to log in to TiDB Dashboard.
110
+
93
111
## Quickly connect to the TiDB cluster started by playground
94
112
95
113
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