Tag

Client-Server Protocol

1 views collected around this technical thread.

Tencent Database Technology
Tencent Database Technology
May 31, 2023 · Databases

MySQL Character Set Implementation: From System Tables to Source Code

This article explores MySQL character set implementation by analyzing system tables (CHARACTER_SETS and COLLATIONS) in information_schema and tracing internal source code structures like CHARSET_INFO, initialization logic, and client connection handling.

Client-Server ProtocolCollationDatabase Internals
0 likes · 6 min read
MySQL Character Set Implementation: From System Tables to Source Code
System Architect Go
System Architect Go
Dec 20, 2020 · Databases

Understanding the MySQL Client/Server Protocol: Connection and Replication

This article explains the MySQL client‑server communication protocol, detailing the connection phase—including handshake, authentication, and packet structure—as well as the replication process, covering registration as a slave, binlog streaming, and the various binlog event types and their formats.

Client-Server ProtocolMySQLPacket Structure
0 likes · 12 min read
Understanding the MySQL Client/Server Protocol: Connection and Replication