I have my HAProxy running on VIP:192.168.61.32, also I've checked netstat -tulnp|grep 3306
tcp 0 0 192.168.61.32:3306 0.0.0.0:* LISTEN 7895/haproxy
But when I run mysql -h 192.168.61.32 -u root -p:
ERROR 2013 (HY000): Lost connection to MySQL server at 'reading initial communication packet', system error: 0
My Backend Mysql Nodes are at 192.168.61.33 & 192.168.61.34, I'm able to Connect to them directly using mysql -h 192.168.61.33 -u root -p
mysql -h 192.168.61.34 -u root -p