master mysqld with localhost,
but slave change to master is their ip 123.xx.xx
when i use mysqlfailover --master=root@123.xx.xx:3306
it report Failover mode changed to fail due to another instance of the console running against master.it let the mysql cannot convert slave to master when master fail.
but when i use mysqlfailover --master=root@localhost:3306,it report slave is not connected to master,because it connect to ip 123.xx.xx.
so how to solve Failover mode changed to fail due to another instance of the console running against master?
but slave change to master is their ip 123.xx.xx
when i use mysqlfailover --master=root@123.xx.xx:3306
it report Failover mode changed to fail due to another instance of the console running against master.it let the mysql cannot convert slave to master when master fail.
but when i use mysqlfailover --master=root@localhost:3306,it report slave is not connected to master,because it connect to ip 123.xx.xx.
so how to solve Failover mode changed to fail due to another instance of the console running against master?