Client/Server Protocol
Description of the protocol used between clients and the MariaDB or MySQL server.
-
0 - Packet
Format for client - server exchanges -
1 - Connecting
Establishing a connection between client and server -
2 - Text Protocol
Text protocol commands are sent from client to server -
3 - Binary Protocol (Prepared Statements)
Defines a binary format used instead of the text protocol, only for prepared statements -
4 - Server Response Packets
Response packets to commands the client sends to the server -
Protocol data types
List of possible types -
Replication Protocol
The MariaDB replication protocol governs the replication of data from a mas... -
MariaDB Protocol Differences with MySQL
List of differences between MariaDB and MySQL in terms of protocol.
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.