From 5a56bcc562ddb80b15913881c9341748c133fc98 Mon Sep 17 00:00:00 2001 From: Enwei Date: Wed, 8 Sep 2021 10:50:58 +0200 Subject: [PATCH] Configuration Options: remove two TiDB's command options (#6370) --- command-line-flags-for-tidb-configuration.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/command-line-flags-for-tidb-configuration.md b/command-line-flags-for-tidb-configuration.md index a6a7e05f50b5d..13b409dac8a2e 100644 --- a/command-line-flags-for-tidb-configuration.md +++ b/command-line-flags-for-tidb-configuration.md @@ -14,12 +14,6 @@ When you start the TiDB cluster, you can use command-line options or environment - Default: "" - This address must be accessible by the rest of the TiDB cluster and the user. -## `--binlog-socket` - -- The TiDB services use the unix socket file for internal connections, such as the Pump service -- Default: "" -- You can use "/tmp/pump.sock" to accept the communication of Pump unix socket file. - ## `--config` - The configuration file @@ -103,11 +97,6 @@ When you start the TiDB cluster, you can use command-line options or environment - Default: "/tmp/tidb" - You can use `tidb-server --store=unistore --path=""` to enable a pure in-memory TiDB. -## `--tmp-storage-path` - -+ TiDB's temporary storage path -+ Default: `/tidb/tmp-storage` - ## `--proxy-protocol-networks` - The list of proxy server's IP addresses allowed to connect to TiDB using the [PROXY protocol](https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt).