You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the MySQL connection handshake phase, the format of the client's response did not comply with the server's handshake message requirements, resulting in a handshake failure.
although server handshake packet CLIENT_CONNECT_ATTRS not set,but client still responded with the connection sttributes content.
Issue description
During the MySQL connection handshake phase, the format of the client's response did not comply with the server's handshake message requirements, resulting in a handshake failure.
although server handshake packet CLIENT_CONNECT_ATTRS not set,but client still responded with the connection sttributes content.
Example code
https://github.com/go-sql-driver/mysql/blob/master/packets.go#L264
https://github.com/go-sql-driver/mysql/blob/master/packets.go#L385
Error log
Configuration
Driver version: v1.8.0
Go version: go1.22.4 linux/amd64
Server version: MySQL 5.6.24
Server OS: CentosOS
The text was updated successfully, but these errors were encountered: