Hi
I have setup mysql replication with two slaves for one master (master->slave1 and master->slave2). Is this the best way to implement ot you suggest master->slave1/master1-> slave2
I have ran into replication corruption with delete issue on one of the slave while the other slave is in sync successfully. There is no difference between the two servers, othern than that of network.
My question is I have bin-log as 'ROW' in master (as this is the requirement for replication) and I have bn-log as 'STATEMENT' on both the slaves.....which bin-log option is best?
Please help me ASAP.
Thanks in advance.
I have setup mysql replication with two slaves for one master (master->slave1 and master->slave2). Is this the best way to implement ot you suggest master->slave1/master1-> slave2
I have ran into replication corruption with delete issue on one of the slave while the other slave is in sync successfully. There is no difference between the two servers, othern than that of network.
My question is I have bin-log as 'ROW' in master (as this is the requirement for replication) and I have bn-log as 'STATEMENT' on both the slaves.....which bin-log option is best?
Please help me ASAP.
Thanks in advance.