Skip to content

Structure

MySQLProtocol.HandshakeV10

Protocol::Handshake
struct HandshakeV10

Overview

When the client connects to the server the server sends a handshake packet to the client. Depending on the server version and configuration options different variants of the initial packet are sent.

https://dev.mysql.com/doc/internals/en/connection-phase-packets.html#packet-Protocol::Handshake

Topics

Instance Properties

Type Methods

Enumerations

Relationships

Conforms To