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
448
June 28, 2021 02:53AM
149
June 28, 2021 01:45PM
152
June 28, 2021 03:08PM
130
June 28, 2021 04:07PM
Re: Mysql 5.7 replication (A -> B -> C) not working
156
June 29, 2021 12:36AM
159
June 29, 2021 08:06AM
Sorry, only registered users may post in this forum.
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.