MySQL Replication

孤街醉人 提交于 2019-11-27 04:39:11

how to setup master/slave?

This Replication: How to guide has both what you need to do on the master and the slave.

any other methods available to do this

There is also Multi-Master and Circular Replication for MySQL Cluster.

Gopu

If you are looking for a simple master-master replication between the servers, you can refer the below site. Just change the ip addresses and the database you want to replicate.

https://gopukrish.wordpress.com/2014/05/29/mysql-master-master-replication/

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!