Community

Writing MySQL Proxy in GO for self-learning: Part 2 — decoding handshake packet

(Alexander Ravikovich) After we built a generic TCP proxy, we can continue with our journey. Today’s goal will be to understand the MySQL Protocol, receive, decode, encode and send to the client the first packet sent by the MySQL Server.