/tidb-ctl

TiDB Controller

Primary LanguageGoApache License 2.0Apache-2.0

Build Status Go Report Card

tidb-ctl

TiDB Controller

Synopsis

TiDB Controller (tidb-ctl) is a command line tool for TiDB Server (tidb-server).

Usage

See usage documents tidb-ctl.

Build

  • make to build tidb-ctl.
  • make doc to update the documents.
  • make test to test the whole package.