diff --git a/reference/tools/tidb-control.md b/reference/tools/tidb-control.md index ef580af887d39..d0b965be18996 100644 --- a/reference/tools/tidb-control.md +++ b/reference/tools/tidb-control.md @@ -1,17 +1,17 @@ --- -title: TiDB Controller User Guide -summary: Use TiDB Controller to obtain TiDB status information for debugging. +title: TiDB Control User Guide +summary: Use TiDB Control to obtain TiDB status information for debugging. category: reference --- -# TiDB Controller User Guide +# TiDB Control User Guide -TiDB Controller is a command line tool of TiDB, usually used to obtain the status information of TiDB for debugging. +TiDB Control is a command line tool of TiDB, usually used to obtain the status information of TiDB for debugging. ## Compile from source code - Compilation environment requirement: [Go](https://golang.org/) Version 1.7 or later -- Compilation procedures: Go to the root directory of the [TiDB Controller project](https://github.com/pingcap/tidb-ctl), use the `make` command to compile, and generate `tidb-ctl`. +- Compilation procedures: Go to the root directory of the [TiDB Control project](https://github.com/pingcap/tidb-ctl), use the `make` command to compile, and generate `tidb-ctl`. - Compilation documentation: you can find the help files in the `doc` directory; if the help files are lost or you want to update them, use the `make doc` command to generate the help files. ## Usage introduction @@ -35,7 +35,7 @@ Usage example: `tidb-ctl schema in mysql -n db` Use `tidb-ctl -h/--help` to get usage information. -TiDB Controller consists of multiple layers of commands. You can use `-h/--help` after each command/subcommand to get its respective usage information. +TiDB Control consists of multiple layers of commands. You can use `-h/--help` after each command/subcommand to get its respective usage information. ### Connect