Re: Mysql 5.7 replication (A -> B -> C) not working
I've taken a dump from master(server c) and restored it in server d. I can see the data, i want to double confirm the replication is working.
On Master (Server C):
mysql> SHOW BINARY LOGS;
+------------------+-----------+
| Log_name | File_size |
+------------------+-----------+
| mysql-bin.000001 | 177 |
| mysql-bin.000002 | 329 |
| mysql-bin.000003 | 437 |
| mysql-bin.000004 | 646 |
| mysql-bin.000005 | 177 |
| mysql-bin.000006 | 588 |
+------------------+-----------+
6 rows in set (0.00 sec)
mysql>
On Slave (server D):
mysql> SHOW BINARY LOGS;
+------------------+-----------+
| Log_name | File_size |
+------------------+-----------+
| mysql-bin.000001 | 116025299 |
+------------------+-----------+
1 row in set (0.00 sec)
Subject
Views
Written By
Posted
723
June 28, 2021 02:53AM
272
June 28, 2021 01:45PM
302
June 28, 2021 03:08PM
253
June 28, 2021 04:07PM
Re: Mysql 5.7 replication (A -> B -> C) not working
317
June 29, 2021 12:36AM
278
June 29, 2021 08:06AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.