MySQL Forums
Forum List  »  Replication

Re: Data Replication Between Servers
Posted by: Jesús Uzcanga
Date: May 15, 2018 07:43AM

To replicate to a different database you should use:

replicate-rewrite-db="dbname1->dbname1test"

To replicate to a different server is with a basic MySQL replication configuration just be sure to have the 3306 port open in the master server. (no open port needed in slave server).

___________________________
Ing. Jesús Alfredo Uzcanga
Twitter: @JesusUzcanga

We learn the 20% of what we HEAR,
the 50% of what we SEE,
the 80% of what we DO and
the 95% of what we TEACH.

____________________________________________________________
https://www.linkedin.com/in/jauzcanga/

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Data Replication Between Servers
458
May 15, 2018 07:43AM


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.