MySQL Forums
Forum List  »  MySQL Workbench

Malformed Packet error when connecting to remote database
Posted by: Dirk Möller
Date: March 17, 2021 08:29AM

Hello,

on a remote linux server I'm running a MySql 5.1.37. On local linux server I'm running a MySQL 5.7.33. When trying to connect to remote server:

mysql -u user -h ip --port 3307 -p
Enter password:
ERROR 2027 (HY000): Malformed packet

The user is correct, the ip is correct and database name also. When using Workbench I also cannot connect "Unable to connect", but when using other tools like MySQL-Front I can connect successfully.

What could be the reason?

Options: ReplyQuote


Subject
Views
Written By
Posted
Malformed Packet error when connecting to remote database
1275
March 17, 2021 08:29AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.