Sign inSign up

ibmcom/tidb-ppc64le

By ibmcom

Updated almost 7 years ago

TiDB is a distributed NewSQL database compatible with MySQL protocol https://pingcap.com

Image
1

10K+

ibmcom/tidb-ppc64le repository overview

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.

Tag summary

Content type

Image

Digest

Size

383.7 MB

Last updated

almost 8 years ago

docker pull ibmcom/tidb-ppc64le