I'm trying to set up replication on a couple databases and have just run the change master command. I got very little feedback from the command:
Query OK, 0 rows affected (0.07 sec)
I want to know whether this step has succeeded or not. So, is there a way to find out who my slave db thinks is its master?
Thanks.