Skip to content
Open
Changes from 1 commit
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)
```

The connection is secure when the value of `Ssl_cipher` is not empty.

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

```
Expand Down