Skip to content
Snippets Groups Projects
Commit b7db7a1a authored by Alan Christopher Thomas's avatar Alan Christopher Thomas
Browse files

Remove client content

parent 988cfdc2
Branches tidb
No related tags found
No related merge requests found
name: TiDB
protocol: mysql
server_port: 4000
topics:
client:
links:
- text: Enable TLS Between TiDB Clients and Servers
url: https://docs.pingcap.com/tidb/stable/enable-tls-between-clients-and-servers
- text: Enable TLS Between TiDB Components
url: https://docs.pingcap.com/tidb/stable/enable-tls-between-components
topics: {}
Connect to your TiDB database using `mysql` connection parameters to specify the location of your client certificate, private key, and root CA certificate.
```shell-session
$ mysql --host 127.0.0.1 --port 4000 \
-u root --ssl-ca={{ ca_cert }} --ssl-mode=VERIFY_CA ]
--ssl-cert={{ client_cert }} --ssl-key={{ client_key }}"
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment