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
|
3 years ago | |
---|---|---|
.. | ||
config | 3 years ago | |
README.md | 3 years ago | |
docker-compose.yml | 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