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.
22 lines
364 B
22 lines
364 B
# 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](https://github.com/pingcap/tidb-docker-compose)
|