views:

15

answers:

1

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.

A: 

Nevermind, it was a foolish question. If my slave is configured properly when I ask it who its master is it will tell me... the daemon was restarted, and one "show save status\G" later and I knew everything I needed to know.

nestling