On Wed, Aug 06, 2003 at 11:23:31AM -0400, walt wrote:
> On Wednesday 06 August 2003 11:13 am, Andy Smith wrote:
> > On Wed, Aug 06, 2003 at 03:59:53PM +0100, Andy Smith wrote:
> > > On Wed, Aug 06, 2003 at 10:52:54AM -0400, walt wrote:
> > > > Andy,
> > > > I don't see
> > > > "log-slave-updates"
> > > > in your master setup. I see log-bin, but I "think" that only applies to
> > > > updates done directly to the database (not replication updates). I'm
> > > > not 100% sure about that, but it may be worth looking into.
> > >
> > > OK, so why would that prevent my _slave_ from even doing "slave
> > > start"?
> >
> > OK, so I added log-slave-updates to the master and it did not fix
> > my problem.  Thanks for your help though!  Any other suggestions?
> 
> Andy,
> I just noticed that you have
> a mix of port numbers. Can you try
> `netstat -an | grep 3306`
> from the command line and see if the master is indeed listening on that port?

$ netstat -an | grep 3306
tcp        0      0 0.0.0.0:3306            0.0.0.0:* LISTEN      

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to