-
-
Notifications
You must be signed in to change notification settings - Fork 307
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
MacOS Build "PROTOCOL_INCORRECT_PACKET_SEQUENCE" #169
Comments
what MySQL version you are using? ---- On Sun, 18 Jun 2023 10:27:08 +0300 ***@***.*** wrote ----
Using current prebuilt MacOS version on MacOS Ventura 13.4 (22F66)
Expected Behavior
Test and connect to local MariaDB test DB as tested successfully with MySQL Workbench and Sequel Ace.
Test and connect to remote MariaDB as tested successfully with MySQL Workbench and Sequel Ace.
Current Behavior
Error testing connection.
ERROR:
IPC Error on channel: connect
{"type":1,"message":"{"code":"PROTOCOL_INCORRECT_PACKET_SEQUENCE","fatal":true}"}
Steps to Reproduce
Try to connect to mySQL
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Hi thanks. mysql -V shows: mysql Ver 15.1 Distrib 10.5.19-MariaDB, for debian-linux-gnu (x86_64) |
windows too same problem {"type":1,"message":"{"code":"PROTOCOL_INCORRECT_PACKET_SEQUENCE","fatal":true}"} |
same from linux mint to mysql percona-server 5.7.44 |
So nearly a year and no solution for this problem? @pancaz @MacsInSpace @didiandalucia were you able to fix it? If yes, how? D. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using current prebuilt MacOS version on MacOS Ventura 13.4 (22F66)
Expected Behavior
Test and connect to local MariaDB test DB as tested successfully with MySQL Workbench and Sequel Ace.
Test and connect to remote MariaDB as tested successfully with MySQL Workbench and Sequel Ace.
Current Behavior
Error testing connection.
ERROR:
IPC Error on channel: connect
{"type":1,"message":"{"code":"PROTOCOL_INCORRECT_PACKET_SEQUENCE","fatal":true}"}
Steps to Reproduce
Try to connect to mySQL
The text was updated successfully, but these errors were encountered: