Replication Monitoring

by Sep 29, 2016

The replication monitor is not giving any details but my master and slave is connected and even the replication is working. While looking at the replication tab everything seems fine but the replication monitor is not giving any details. The query i ran on my slave is as follows : – 

show status like 'slave%';

+


+


+

| Variable_name              | Value    |

+


+


+

| Slave_connections          | 0        |

| Slave_heartbeat_period     | 1800.000 |

| Slave_open_temp_tables     | 0        |

| Slave_received_heartbeats  | 13       |

| Slave_retried_transactions | 0        |

| Slave_running              | ON       |

| Slave_skipped_errors       | 0        |

| Slaves_connected           | 0        |

| Slaves_running             | 1        |

+


+


+

 

 

What is the error?? Why cant i see any details in replication monitor??