From: Dan Nelson Date: January 31 2007 5:36pm Subject: Re: Replication not working? List-Archive: http://lists.mysql.com/mysql/204717 Message-Id: <20070131173623.GC82910@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In the last episode (Jan 31), Jesse said: > Sorry, I hit send before I was actually done. So.... Given the error > I am getting: > > 070131 11:53:55 [ERROR] Slave I/O thread: error connecting to master > 'Replication@Anchorman:3306': Error: 'Can't connect to MySQL server on > 'Anchorman' (10061)' errno: 2003 retry-time: 60 retries: 86400 > > There are a couple of issues hwere. Primary is that it's trying to > connect on port 3306. I'm actually using 3307, but can't seem to > find where I change this setting. Have any suggestions? You should be able to specify a port with the CHANGE MASTER TO statement. http://dev.mysql.com/doc/refman/5.0/en/change-master-to.html -- Dan Nelson dnelson@stripped