in a master-master replication with two masters and
alternate slaves running on two systems.can i have a script
or any mysql command to know which one is right now acting
as master.



in a master-master replication with two masters and alternate slaves running on two systems.can i h..

Answer / lekhrajdeshmukh

i have answer regarding on master and one slave running on
the status:-
show slave status \G;

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

How to create a new table by selecting rows from another table in mysql?

0 Answers  


what is the difference between between and in operators in mysql?

0 Answers  


how to find missing numbers between two order numbers; and dates ?

1 Answers  


What is full form of xampp?

0 Answers  


What is default password for mysql?

0 Answers  


What does myisamchk do?

1 Answers  


What is a join in mysql?

0 Answers  


Create table employee (eno int(2),ename varchar(10)) ?

0 Answers  


How can you change the name of any existing table by using the sql statement?

0 Answers  


How do you rename a procedure in mysql?

0 Answers  


How to get nth highest salary from table in a mysql?

0 Answers  


What is mysql gpl?

0 Answers  


Categories