Sign inSign up

openeuler/tidb

Sponsored OSS

By openeuler

Updated 9 days ago

Image
0

5.2K

openeuler/tidb repository overview

Quick reference

tidb | openEuler

Current tidb docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.

TiDB is an open-source, cloud-native, distributed SQL database designed for high availability, horizontal and vertical scalability, strong consistency, and high performance.

For more information about tidb, please visit https://pingcap.com/.

The tag of each tidb docker image is consist of the version of tidb and the version of basic image. The details are as follows

TagsCurrentlyArchitectures
26.3.13-oe2403sp4tidb 26.3.13 on openEuler 24.03-LTS-SP4amd64, arm64
8.5.1-oe2403sp1TiDB 8.5.1 on openEuler 24.03-LTS-SP1amd64, arm64
8.5.3-oe2403sp1TiDB 8.5.3 on openEuler 24.03-LTS-SP1amd64, arm64
8.5.3-oe2403sp4TiDB 8.5.3 on openEuler 24.03-LTS-SP4amd64, arm64

Usage

  • Start a TiDB instance by following command:

    docker run -it --name my-tidb -p 4000:4000 tidb openeuler/tidb:latest
    
  • Connect TiDB by mysql client:

    ~$ mysql -h 127.0.0.1 -P 4000 -u root  
    

    The following message indicates that "my-tidb" is ready:

    Welcome to the MySQL monitor.  Commands end with ; or \g.
    Your MySQL connection id is 2097154
    Server version: 8.0.11-TiDB-v8.5.1 TiDB Server (Apache License 2.0) Community Edition, MySQL 8.0 compatible
    
    Copyright (c) 2000, 2025, Oracle and/or its affiliates.
    
    Oracle is a registered trademark of Oracle Corporation and/or its
    affiliates. Other names may be trademarks of their respective
    owners.
    
    Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
    
    mysql>
    

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.

Tag summary

Content type

Image

Digest

sha256:dd0d1b5de

Size

125.4 MB

Last updated

9 days ago

docker pull openeuler/tidb

This week's pulls

Pulls:

60

Last week