tidb-tools are some useful tool collections for TiDB.
How to build
make build # build all tools
make importer # build importer
make checker # build checker
make sync_diff_inspector # build sync_diff_inspector
make binlogctl # build binlogctl
make ddl_checker # build ddl_checker
When tidb-tools are built successfully, you can find the binary in the bin directory.