TiDB is a distributed NewSQL database compatible with MySQL protocol https://pingcap.com
10K+
Supported Tags: latest, v2.0.10
Using the container: docker run --name tidb-server -d -p 4000:4000 tidb
Then you can use official mysql client to connect to TiDB. mysql -h 127.0.0.1 -P 4000 -u root -D test --prompt="tidb> "
Now type “status;” in tidb shell to check whether you are actually connected to tidb. And you could see tidb related info at “Server version:” section.
Content type
Image
Digest
Size
383.7 MB
Last updated
almost 8 years ago
docker pull ibmcom/tidb-ppc64le