Skip to content
Closed
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
12 changes: 9 additions & 3 deletions sql/mysqld.cc
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,13 @@
The MySQL protocol is used between MySQL Clients and a MySQL Server.
It is implemented by:
- Connectors (Connector/C, Connector/J, and so forth)
- MySQL Proxy
- Communication between master and slave replication servers
- MySQL Router
- Communication between source and replica replication servers
- MySQL Group Replication
- The Clone Plugin for cloning servers

The protocol supports these features:
- Transparent encryption using SSL
- Transparent encryption using TLS
- Transparent compression
- A @ref page_protocol_connection_phase where capabilities and
authentication data are exchanged
Expand Down Expand Up @@ -235,6 +237,10 @@ MySQL clients support the protocol:
- MySQL Connector/Net 7.0.2 or higher

- MySQL Connector/Node.js

- MySQL Connector/C++

- MySQL Shell
*/


Expand Down