I assume you don’t get this problem when you go through loopback. If you have other network interfaces on your db box, I’d give those a try to make sure the same thing happens. Have you checked if your network interfaces and the nearby router are running in half-duplex or full-duplex mode? I remember reading once about some MySQL connection issues that were caused by this. If you have physical access to the machine try plugging in a different router and see if the problem persists.
yes, I dont have this problem, when I connect to localhost or using socket; when I type host name, I get this problem. We use single GIG switch running fullduplex.
mysql --host=db1.opensubtitles.orgERROR 2013 (HY000): Lost connection to MySQL server at ‘reading initial communication packet’, system error: 54# perror 54OS error code 54: Connection reset by peer# sockstat -4 | wc -l 1160# netstat -lan | wc -l 11335