[kanchilug] mysql master master failover issue

  • From: Dhanasekar <tkdhanasekar@xxxxxxxxx>
  • To: ilugc@xxxxxxxxxxxxx, kanchilug@xxxxxxxxxxxxx
  • Date: Wed, 11 Aug 2021 15:15:25 +0530

i implemeted mysql version 8 master-master replication in Ubuntu 18.04
it works and replicating fine when both the servers are running.
https://pasteboard.co/KfnalQ4.jpg
followed this link https://www.youtube.com/watch?v=RkbIqbXCWqI
for mycase i want
if server A is powered OFF or failed and db  testdb is created in server B
,
after sometime server A is powered ON the db testdb created in server B is
to be available in server A ,
tried this case but db testdb is not replicating in server A. How to achive
this, any clues


regards,
T.Dhanasekar

Other related posts:

  • » [kanchilug] mysql master master failover issue - Dhanasekar