It's amazing. Configuration is fine (same as our test machines here). We
are trying to use it on production machines now. These are the errors I
get:

010208 12:35:29  Slave thread: error re-connecting to master:Binary log
is not open, last_errno=0, retry in 0 sec

I also have got this one:

010208 12:06:58  Slave thread: error connecting to master:Can't connect
to MySQL server on '0' (111)(107), retry in 200 sec


That '0' already changed to '' and to '4'.

my.cnf on the master reads:

[mysqld]
bin-log
server-id = 1

my.cnf in the slave reads:

[mysqld]
master-host = 200.212.x.y #we're using IP
master-user = replication_user
master-password = replication_password
server-id = 2


When I started it at once, it seemed to be working fine. Now the slave
just won't connect.

What could be wrong?

-- 
Leonardo Dias
Catho Online
WebDeveloper
http://www.catho.com.br/

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to