Basic master-slave mysql configuration has been done on Windows machine. Master and slave Servers are running on localhost with different ports. Now when we execute update or insert in master server, slave server getting stopped after that event. Once we restart slave server and check updates then update/insert is successfully executed in slave through replication setup. What could be the possible root cause of this issue?
↧