You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kis Prayogo 2e012af763
Update TiDB TiKV so it use less storage (#18)
2 years ago
..
config Update TiDB TiKV so it use less storage (#18) 2 years ago
README.md add 9 more databases (#12) 3 years ago
docker-compose.yml add 9 more databases (#12) 3 years ago

README.md

TiDB Cluster w/ Docker Compose

with default empty username and password

Setup

git clone --depth 1 https://github.com/pingcap/tidb-docker-compose.git
cd tidb-docker-compose 
docker-compose up

Connecting with client

mysql -u root -h 127.0.0.1 -P 4000

Other docs

tidb docker compose