第一种:使用 TiUP Playground 快速部署本地测试环境 Waiting for tidb instances ready 127.0.0.1:4000 ... Error

为提高效率,请提供以下信息,问题描述清晰能够更快得到解决:

【TiDB 版本】

【问题描述】
在CentOS 7.9 上,按照“TiDB 数据库快速上手指南”中的“第一种:使用 TiUP Playground 快速部署本地测试环境”

执行到第3步 “tiup playground”完成时, TiDB 实例连接失败

[root@MiWiFi-R4CM-srv ~]# tiup playground
Starting component playground: /root/.tiup/components/playground/v1.3.1/tiup-playground
Use the latest stable version: v5.0.0-rc

Specify version manually:   tiup playground <version>
The stable version:         tiup playground v4.0.0
The nightly version:        tiup playground nightly

Playground Bootstrapping…
Start pd instance
Start tikv instance
Start tidb instance
Waiting for tidb instances ready
127.0.0.1:4000 … Error
To view the dashboard: http://127.0.0.1:2379/dashboard
To view the Grafana: http://127.0.0.1:3000

  1. 刚才测试了一下,可以成功
    image

  2. 检查下按照安装文档,配置maxsession值了吗?是否重启了。如果都配置成功了,再重新试一下。

您好,谢谢你的回复。

我按照“ 第一种:使用 TiUP Playground 快速部署本地测试环境
上面写的步骤操作,没有配置,maxsession这是在哪里配置。

  1. 麻烦先试一下


    https://docs.pingcap.com/zh/tidb/stable/quick-start-with-tidb#实施部署

  2. 重新安装试试