Skip to content

Commit

Permalink
Update SSL/TLS vars
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden authored and ti-chi-bot committed Sep 30, 2021
1 parent 828f921 commit 93669b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,13 +189,13 @@ mysql> SELECT * FROM t1;

- Scope: NONE
- Default value: `DISABLED`
- MySQL compatibiltiy read-only variable. Set to `YES` when the server has TLS enabled.
- A read-only variable for MySQL compatibility. Set to `YES` by the server when the server has TLS enabled.

### have_ssl

- Scope: NONE
- Default value: `DISABLED`
- MySQL compatibiltiy read-only variable. Set to `YES` when the server has TLS enabled.
- A read-only variable for MySQL compatibility. Set to `YES` by the server when the server has TLS enabled.

### hostname

Expand Down Expand Up @@ -291,19 +291,19 @@ mysql> SELECT * FROM t1;

- Scope: NONE
- Default value: ""
- The location of the certificate authority file (if there is one) when TiDB is started.
- The location of the certificate authority file (if there is one).

### ssl_cert

- Scope: NONE
- Default value: ""
- The location of the certificate file (if there is a file) that is used for SSL/TLS connections when TiDB is started.
- The location of the certificate file (if there is a file) that is used for SSL/TLS connections.

### ssl_key

- Scope: NONE
- Default value: ""
- The location of the private key file (if there is one) that is used for SSL/TLS connections when TiDB is started.
- The location of the private key file (if there is one) that is used for SSL/TLS connections.

### system_time_zone

Expand Down

0 comments on commit 93669b8

Please sign in to comment.