Question : MySQL Master to master replication

Hi,

I get the error below on 1 of 3 servers I have set up. Tried "reset master" and have also restarted the service several times with no joy. One strange thing is the I'm not able to stop the service from within administrator.

I'm running windows small business server 2008 on this and the version of mysql is 5.1.41 and is a fresh install.....


100715 22:54:13 [ERROR] Error reading master configuration
100715 22:54:13 [ERROR] Failed to initialize the master info structure

Answer : MySQL Master to master replication

delete relay bin file and try

slave stop ;
CHANGE MASTER TO master_log_file='name_of_current_file_on_master',master_log_pos=4;
slave start;
Random Solutions  
 
programming4us programming4us