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)

相关推荐
DomDanrtsey4 小时前
oracle与tidb时间格式化函数不兼容简述
数据库·oracle·tidb
野生技术架构师4 天前
制造业数据库选型实战:为什么我们从 MySQL 迁移到 TiDB
数据库·mysql·tidb
云原生指北10 天前
深入 GitHub Copilot SDK:架构设计与进阶应用
tidb
Hui Baby11 天前
TIDB分布式数据库提交设想
数据库·分布式·tidb
DomDanrtsey12 天前
国产数据库TiDB使用dumpling卸数与tidb-lightning导娄
数据库·tidb
隔壁小邓20 天前
TIDB分布式数据库
数据库·分布式·tidb
沙漏无语20 天前
(一)TiDB简介
java·开发语言·tidb
沙漏无语21 天前
(二)TIDB搭建正式集群
linux·数据库·tidb
姚不倒21 天前
三节点 TiDB 集群部署与负载均衡搭建实战
运维·数据库·分布式·负载均衡·tidb