震惊!数据库小白装国产数据库只需10分钟!

网传,ACE 装国产数据库花了两周 ,吃瓜群众纷纷表示惊讶,

都 4202 年了,DBaaS 概念已经不热了,安装数据库怎么还跟 10 年前一样需要持久战~

使用 TiUP 部署 TiDB v8.0.0 集群

回看两年前发的文章, TiUP:TiDBAer 必备利器

现在更加肯定 TiUP 真乃神器也,使用 TiUP 在本地模拟部署 TiDB v8.0.0 集群仅需 10 分钟。

具体演示如下:

1. 下载并安装 TiUP

[root@shawnyan ~ 11:57:40]$ curl --proto '=https' --tlsv1.2 -sSf https://tiup-mirrors.pingcap.com/install.sh | sh % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 5095k 100 5095k 0 0 5065k 0 0:00:01 0:00:01 --:--:-- 5069k Successfully set mirror to https://tiup-mirrors.pingcap.com Detected shell: bash Shell profile: /root/.bash_profile Installed path: /root/.tiup/bin/tiup =============================================== Have a try: tiup playground =============================================== [root@shawnyan ~ 11:57:46]$ source /root/.bash_profile