Skip to content

Commit

Permalink
Configuration Options: remove two TiDB's command options (#6370) (#6414)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot committed Sep 8, 2021
1 parent 8f59859 commit 3d2475f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions command-line-flags-for-tidb-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,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
Expand Down Expand Up @@ -102,11 +96,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: `<TMPDIR>/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).
Expand Down

0 comments on commit 3d2475f

Please sign in to comment.