MONyog Replication Error
In replication monitor I am getting an output of Slave_Running as NO but when i checked in the slave it is giving as on..Also the data is being replicated from master to slave..What is the Error?? show status like 'slave_running'; +---------------+-------+
Variable_name | Value |
+---------------+-------+
Slave_running | ON |
+---------------+-------+
show status like 'slave%'; +----------------------------+----------+
Variable_name | Value |
+----------------------------+----------+
Slave_connections | 0 |
Slave_heartbeat_period | 1800.000 |
Slave_open_temp_tables | 0 |
Slave_received_heartbeats | 1 |
Slave_retried_transactions | 0 |
Slave_running | ON |
Slave_skipped_errors | 0 |
Slaves_connected | 0 |
Slaves_running | 1 |
+----------------------------+----------+
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.