go-sql-driver / mysql

Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package
https://pkg.go.dev/github.com/go-sql-driver/mysql
Mozilla Public License 2.0
14.45k stars 2.3k forks source link

Can I use this library to parse these byte sequences into the MySQL protocol? #1586

Closed tim-chow closed 3 months ago

tim-chow commented 3 months ago

I have already captured binary network packets using a packet capture tool like libpcap and reassembled tcp stream. Can I use this library to parse these byte sequences into the MySQL protocol?