jonhoo / msql-srv

Bindings for writing a server that can act as MySQL/MariaDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't Parse the database info From Handshake.

liyipingbest opened this issue · comments

In the Commands.rs, when the handshake is HandshakeResponse41,I want to parse the database when the client log in like mysql -h localhost -D test -utest -pxxx,but the packet contains nothing about database.

Not support yet.