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