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 > '[EMAIL PROTECTED]: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 [EMAIL PROTECTED] -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]