pingcap / tidb-tools

tidb-tools are some useful tool collections for TiDB.
Apache License 2.0
286 stars 190 forks source link

tidb-tools

tidb-tools are some useful tool collections for TiDB.

How to build

make build # build all tools

make importer # build importer

make sync_diff_inspector # build sync_diff_inspector

make ddl_checker  # build ddl_checker

When tidb-tools are built successfully, you can find the binary in the bin directory.

Tool list

License

Apache 2.0 license. See the LICENSE file for details.