Hi John,<div><br></div><div>you&#39;ll have to configure mysql to listen on an external network. Examples are here:</div><div><a href="http://stackoverflow.com/questions/15663001/remote-connections-mysql-ubuntu">http://stackoverflow.com/questions/15663001/remote-connections-mysql-ubuntu</a><br></div><div><br></div><div>But binding to several IP addresses seems not to be that easy. I remember that on my mythtv backend the bind address 0.0.0.0 (accept all networks) did not work and that I had to specify an external IP. So if 0.0.0.0 won&#39;t work for you <span></span>a solution maybe to forward traffic from one IP/port to to the other IP/port with iptables.</div><div><br></div><div>Hope that helps</div><div>  Jens</div>