Hi, i'm trying to replicate two mysql databases (master,slave) but my problem is that the slave don't recognized well my settings because in the err file he shows me:

Could not find target log during relay log initialization
Note: Failed to initialized master info

The master.info exists in the slave and it appoints to the server which has a file bin who are all the upgrade operations.

master.info:

merbasiu.bin
1
192.168.0.71
replicant
passwort
3306
60


The my.cnf of the server is:


[mysqld]
server-id=1
log-bin=merbasium.bin

And the my.cnf of the slave is:

[mysqld]
master-host=192.168.0.71
master-user=replicant
master-password=passwort
master-port= 3306
server-id=2

What should i do so that it functions correctly? Thanks.

_________________________________________________________________
Descubre el mayor catálogo de coches de la Red en MSN Motor. http://motor.msn.es/researchcentre/



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



Reply via email to