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!
Hi,
I want replicate mysql database to mysql database, what tools can replicate mysql database to mysql database in real-time
please advice.
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
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.
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