On Wed, Aug 06, 2003 at 11:39:26AM -0400, walt wrote:
> On Wednesday 06 August 2003 11:26 am, Andy Smith wrote:
> > > 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
> 
> There is one more thing I can think of to check...
> Can you send me a copy of the
> "master.info" file. I've had to manually change it before after changing the 
> master in the my.cnf file. I found out later that you could do 
> "CHANGE MASTER TO"

I assume you mean from the slave.  This is a newly set up slave
specifically for this purpose, so all I did was use CHANGE MASTER..
myself.

$ cat mysql/master.info 
angora-bin.001
20102800
127.0.0.1
repl
removed
3306
60

Looks fine to me. :(

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

Reply via email to