Skip to Main Content

MySQL Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

what tools can replicate mysql database to mysql database in real-time

2624469Dec 6 2016 — edited Dec 26 2017

Hi,

I want replicate mysql database to mysql database, what tools can replicate mysql database to mysql database in real-time

please advice.

This post has been answered by Gbenga Ajakaye on Dec 6 2016
Jump to Answer

Comments

Gbenga Ajakaye
Answer

See this page on how to set up MySQL replication. It doesn't work in real-time

MySQL :: MySQL 5.7 Reference Manual :: 18.1 Configuring Replication

Marked as Answer by 2624469 · Sep 27 2020
remzi.akyuz

Hi, i dont know any tool for real-time replication but  use wsrep for high load projects.

Products | Galera Cluster for MySQL

Its very stable and fast(ver very low latency).

My advice is try it.

Alexandre Almeida

Actually, you don't need a "tool" to replicate the whole/partial data from one database to another. You simply set a native replication with a couple of commands, such as GRANT and CHANGE MASTER. Please refer to https://dev.mysql.com/doc/refman/5.7/en/replication.html

1 - 3

Post Details

Added on Dec 6 2016
3 comments
329 views