> Dave: > There are no uncommented entries in /etc/hosts.deny > > Baron: > The all servers have a unique server-id in their respective my.cnf's > > When I try to connect directly from the slave to the new master, I get: > > ERROR 2003 (HY000): Can't connect to MySQL server on '1xx.1xx.1xx.xx' (113) > > I'll make a super user to test...
Duh. I needed to explicitly allow port 3306 on the new master. Thanks for the hints, guys. David