DumpAny
Home
Pricing
Download
Network Lab
Help
Feedback
Login
中文
MySQL Connection & Query Protocol
Speed:
1.0x
💬
◀
▶ Play
▶
↺
×
Ready — Click play to start the demo
MySQL Connection & Query Protocol
From TCP connect to result set, the full MySQL handshake and query flow: greeting → auth → COM_QUERY → result set.
💻
Client App
mysql -h db:3306
🖥
MySQL Server
8.0.32
Greeting (Protocol V10)
server → client
protocol=10 · server=8.0.32 · auth=mysql_native_password · salt=8_bytes_scramble
← WebRTC ICE — STUN/TURN Connection Setup
HTTP CONNECT Tunnel →