Microsoft
Software
Hardware
Network
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_c
urrent_fil
e_on_maste
r',master_
log_pos=4;
slave start;
Random Solutions
Sort columns in pivot table.
Set Java Class toString name?
How to Use Abandoned Local Profile From Different Domain
vSphere - Hard Disk Size will not go above 256G
Cannot renew IP address on WinXP
Read a Paradox database with a tool
Indexing of word 2007 files, break lines are removed
BES 5.0.1 and Exchange 2010
rewrite rule
Is there anyway to reserve some resources in windows server so that RDC will still work in the event network/cpu is exhausted?