From 0cf9944d7132f000694dd7085f561065a492cfb9 Mon Sep 17 00:00:00 2001 From: Shuaipeng Yu Date: Tue, 14 Apr 2020 19:46:57 +0800 Subject: [PATCH 1/2] reference: rename TiDB Controller to TiDB Control Signed-off-by: Shuaipeng Yu --- TOC.md | 2 +- reference/tools/tidb-control.md | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/TOC.md b/TOC.md index 7100a0790110..56c6fd9fe8da 100644 --- a/TOC.md +++ b/TOC.md @@ -359,7 +359,7 @@ - [PD Control](/reference/tools/pd-control.md) - [PD Recover](/reference/tools/pd-recover.md) - [TiKV Control](/reference/tools/tikv-control.md) - - [TiDB Controller](/reference/tools/tidb-control.md) + - [TiDB Control](/reference/tools/tidb-control.md) - [工具下载](/reference/tools/download.md) + TiDB in Kubernetes - [TiDB Operator 简介](/tidb-in-kubernetes/tidb-operator-overview.md) diff --git a/reference/tools/tidb-control.md b/reference/tools/tidb-control.md index 75d666eaf40b..83a091df7fa2 100644 --- a/reference/tools/tidb-control.md +++ b/reference/tools/tidb-control.md @@ -1,18 +1,18 @@ --- -title: TiDB Controller 使用说明 +title: TiDB Control 使用说明 category: reference -aliases: ['/docs-cn/tools/tidb-controller/'] +aliases: ['/docs-cn/tools/tidb-control/'] --- -# TiDB Controller 使用说明 +# TiDB Control 使用说明 -TiDB Controller 是 TiDB 的命令行工具,用于获取 TiDB 状态信息,多用于调试。 +TiDB Control 是 TiDB 的命令行工具,用于获取 TiDB 状态信息,多用于调试。 ## 源码编译 编译环境要求:[Go](https://golang.org/) Version 1.7 以上 -编译步骤:在 [TiDB Controller 项目](https://github.com/pingcap/tidb-ctl)根目录,使用 `make` 命令进行编译,生成 tidb-ctl。 +编译步骤:在 [TiDB Control 项目](https://github.com/pingcap/tidb-ctl)根目录,使用 `make` 命令进行编译,生成 tidb-ctl。 编译文档:帮助文档在 doc 文件夹下,如丢失或需要更新,可通过 `make doc` 命令生成帮助文档。 @@ -43,7 +43,7 @@ TiDB Controller 是 TiDB 的命令行工具,用于获取 TiDB 状态信息, 其中 `--pdhost` 和 `--pdport` 主要是用于 `etcd` 子命令,例如:`tidb-ctl etcd ddlinfo`。如不添加地址和端口将使用默认值,TiDB/PD 服务默认的地址是 127.0.0.1 (服务地址只能使用 IP 地址),TiDB 服务端口默认的端口是 10080,PD 服务端口默认的端口是 2379 **连接选项是全局选项,适用于以下所有命令。** -目前,TiDB Controller 包含以下子命令,各个子命令的具体用法可以使用 `tidb-ctl SUBCOMMAND --help` 获取使用帮助: +目前,TiDB Control 包含以下子命令,各个子命令的具体用法可以使用 `tidb-ctl SUBCOMMAND --help` 获取使用帮助: * `tidb-ctl base64decode` BASE64 解码 * `tidb-ctl decoder` 用于 KEY 解码 From 39ae6a25a10be756c84c727516735423ec6a8ed9 Mon Sep 17 00:00:00 2001 From: Jack Yu Date: Wed, 15 Apr 2020 13:49:58 +0800 Subject: [PATCH 2/2] Update reference/tools/tidb-control.md Co-Authored-By: TomShawn <41534398+TomShawn@users.noreply.github.com> --- reference/tools/tidb-control.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/tools/tidb-control.md b/reference/tools/tidb-control.md index 83a091df7fa2..13ac4127ec02 100644 --- a/reference/tools/tidb-control.md +++ b/reference/tools/tidb-control.md @@ -1,7 +1,7 @@ --- title: TiDB Control 使用说明 category: reference -aliases: ['/docs-cn/tools/tidb-control/'] +aliases: ['/docs-cn/tools/tidb-controller/'] --- # TiDB Control 使用说明