MySQL Forums
Forum List  »  Replication

Re: Newby resetting replication query
Posted by: ian diddams
Date: June 17, 2019 08:35AM

right - so - there is just the one DB involved, "bugtracker" (the others are merely standard MySQL ones

MariaDB [(none)]> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| bugtracker |
| mysql |
| performance_schema |
+--------------------+

so following the use of S server as live while in DR, and update of M from S's "bugtracker" , I then dump bugtracker form M and import it back to S?

I'm struggling here to understand why dump S + import yo M, then dump M + import to S is any different from just dump S + import M ? (before obviously then doing the follow up commands wrt log position ertc)

cheers

ian

Options: ReplyQuote


Subject
Views
Written By
Posted
1508
June 13, 2019 08:45AM
Re: Newby resetting replication query
360
June 17, 2019 08:35AM


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.