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
1064
June 28, 2021 02:53AM
398
June 28, 2021 01:45PM
439
June 28, 2021 03:08PM
380
June 28, 2021 04:07PM
Re: Mysql 5.7 replication (A -> B -> C) not working
447
June 29, 2021 12:36AM
358
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.