MySQL Telnet Connection Timeout Issue Ubuntu 20.04 Server

212 Views Asked by At

I am trying to establish a telnet connection to a MySQL server running at Ubuntu server(through SHH) 127.0.0.1 on port 3306. However, I encounter the following output:

Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. [ 8.0.34-0ubuntu0.20.04.1 2%0d|yj}?tPWSG^caching_sha2_password2#08S01Got timeout reading communication packetsConnection closed by foreign host.

The connection seems to be established, but I receive a "Got timeout reading communication packets" error, and the connection is closed. I'm using MySQL 8.0.34 on Ubuntu 20.04.

Could someone please help me understand what might be causing this issue and how to resolve it? I would greatly appreciate any insights or suggestions for troubleshooting this problem.

0

There are 0 best solutions below