Hello Tim, > On Fri, Jul 24, 2015 at 1:46 PM, Tim Dunphy <[email protected] > <mailto:[email protected]>> wrote:
> listen mysql-cluster > bind 127.0.0.1:3306 <http://127.0.0.1:3306> > > mode tcp > option mysql-check user haproxy_check > balance roundrobin > server mysql-1 10.10.10.10:3306 <http://10.10.10.10:3306> check > server mysql-2 10.10.10.11:3306 <http://10.10.10.11:3306> check > > Jul 24 03:44:18 ha1 haproxy-systemd-wrapper[25034]: [ALERT] > 204/034418 (25035) : *Starting proxy mysql-cluster: cannot bind > s...:3306]* Can you check if something is listening on 127.0.0.1:3306 (netstat, ss, lsof)? For example: ss -lpt | fgrep 3306 Regards, Nenad

