-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Malformed packet error #844
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Could you dump packets by tcpdump? e.g. sudo tcpdump port 3306 -w dump.pcap |
Similar problem on 5.5.35-MariaDB with latest code (99ff426) and v1.4.0. Failed with parameters:
But works with the following commit without above parameters: commit 02eb68a |
Do you use old password? |
Even MySQL client shows "malfold packet" error.
|
I encounter this issue as well. |
Issue description
Tell us what should happen and what happens instead
Expected this to open a connection and return a 1 from the database. Instead got a malformed packet error.
Works in v1.3.0
Example code
Error log
Configuration
Driver version (or git SHA):
v1.4.0
Go version: run
go version
in your consolego version devel +15c106d Tue Aug 7 20:33:33 2018 +0000 linux/amd64
Server version: E.g. MySQL 5.6, MariaDB 10.0.20
5.5.59-MariaDB
Server OS: E.g. Debian 8.1 (Jessie), Windows 10
14.04.1-Ubuntu
The text was updated successfully, but these errors were encountered: