Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions enable-tls-between-clients-and-servers.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ SHOW STATUS LIKE "Ssl%";
6 rows in set (0.0062 sec)
```

A non-empty `Ssl_cipher` value indicates that your connection is secure.

For the official MySQL client, you can also use the `STATUS` or `\s` statement to view the connection status:

```
Expand Down