tidb安装 centos7单机集群

安装

root@localhost \~\]# curl --proto '=https' --tlsv1.2 -sSf https://tiup-mirrors.pingcap.com/install.sh \| sh \[root@localhost \~\]# source .bash_profile \[root@localhost \~\]# which tiup \[root@localhost \~\]# tiup playground v6.1.0 --db 2 --pd 3 --kv 3 --host 192.168.1.128 ### 效果: 注意,要关防火墙 #systemctl stop firewalld #systemctl disable firewalld ```bash Connect TiDB: mysql --comments --host 192.168.1.128 --port 4001 -u root Connect TiDB: mysql --comments --host 192.168.1.128 --port 4000 -u root TiDB Dashboard: http://192.168.1.128:2379/dashboard Grafana: http://192.168.1.128:3000 ``` 也可以连4001 ![](https://file.jishuzhan.net/article/1734090285069111297/e50d03333a7e7fa328d6c3af192011d7.webp) ![](https://file.jishuzhan.net/article/1734090285069111297/4e0cbf083f7af55d89e5bc28c7b6c773.webp)![](https://file.jishuzhan.net/article/1734090285069111297/78a12958b7b963c29ae47a050f80597d.webp)

相关推荐
迷藏4946 天前
**TiDB 在高并发场景下的性能优化实战:从慢查询到极致吞吐的跃迁**在现代分布式系统中,数据库不仅是数据存储的
java·数据库·python·性能优化·tidb
ldj20208 天前
Docker compose 安装TiDB,开发测试环境
docker·tidb
heimeiyingwang12 天前
【架构实战】NewSQL数据库对比(TiDB/CockroachDB)
数据库·架构·tidb
DomDanrtsey21 天前
oracle与tidb时间格式化函数不兼容简述
数据库·oracle·tidb
野生技术架构师25 天前
制造业数据库选型实战:为什么我们从 MySQL 迁移到 TiDB
数据库·mysql·tidb
云原生指北1 个月前
深入 GitHub Copilot SDK:架构设计与进阶应用
tidb
Hui Baby1 个月前
TIDB分布式数据库提交设想
数据库·分布式·tidb
DomDanrtsey1 个月前
国产数据库TiDB使用dumpling卸数与tidb-lightning导娄
数据库·tidb
隔壁小邓1 个月前
TIDB分布式数据库
数据库·分布式·tidb