<div dir="ltr">Writing out of despair. Yesterday, as usual and having done this for thousands of times before, I&#39;d installed MySQL server in the Head Node for using it from the OpenVZ container. I&#39;ve created user, gave privileges for the base and configured my.cnf to listen for server&#39;s IP. Then I&#39;ve tried to connect server from the container using mysql client - mysql -h server-ip -u user -p and after long delay I&#39;ve got error &#39;ERROR 2003 (HY000): Can&#39;t connect to MySQL server on &#39;server ip&#39; (110)<br><br>I try to telnet to 3306 - timeout. I try to change listening port to 3307 or any other - timeout. I&#39;ve added a rule for 3306 and container&#39;s IP (despite the entire subnet of containers was already allowed before) in iptables - timeout. Stopped iptables - also timeout!<br><br>Then I thought - maybe server is totally unreachable from the container (despite the Internet connection is working properly inside container through venet), but ssh connection succeded. Then I thought - maybe MySQL server is inaccesible from any of container, but connection from another container succeded. I thought that maybe something blocks mysql connections from the container but tcpdump in the HN successfully cought incoming packets on specified port.<br><br>What could be wrong else!? I don&#39;t have any versions or methods of investigating. Maybe you can advice something? Thanks in advance.<br><br>Thank you.<br><br></div>