mySql集群之master/slave(主从)模式

参考博客:
--MySQL主从复制(Master-Slave)实践
http://www.cnblogs.com/gl-developer/p/6170423.html

--Linux下mysql主从同步备份master-slave详细配置
http://www.cnblogs.com/beamzhang/p/5454047.html

--mysql模式:master/slave
http://blog.csdn.net/wyzxg/article/details/7333967

--高性能、高可用、可扩展的MySQL集群如何组建?
https://www.zhihu.com/question/21307639

--mysql master/slave 使用感受
http://www.cnblogs.com/birdshover/archive/2010/01/27/1657670.html

--组建MySQL集群的几种方案,优劣与讨论
http://bbs.chinaunix.net/thread-4093997-1-1.html

--mysql master-slave集群搭建
http://crazytechnology.blog.51cto.com/6906973/1640197/

--MySQL的Master/Slave集群安装和配置
https://www.2cto.com/database/201408/328629.html

--如何解决mysql的master-slave模式中ReplicationDriver的使用问题
http://ahuaxuan.iteye.com/blog/205926

--MySQL Master/Slave 集群
http://itshenry.iteye.com/blog/677018

-- MySQL主从复制(Master-Slave)与读写分离(MySQL-Proxy)实践
http://blog.csdn.net/gavid0124/article/details/51692450

--MySQL5.6 数据库主从(Master/Slave)同步安装与配置详解
http://blog.csdn.net/xlgen157387/article/details/51331244

--mysql master/slave方案
http://www.360doc.com/content/15/0615/00/22255219_478164668.shtml

--mysql (master/slave)复制原理及配置
http://www.cnblogs.com/jirglt/p/3549047.html

--Mysql-Master与Slave配置
http://www.cnblogs.com/shaotenghan/archive/2011/12/06/2278498.html

--解读mysql主从配置及其原理分析(Master-Slave)
http://www.cnblogs.com/sanwenyu/p/6011118.html


--MySQL之Master-Master配置
http://blog.chinaunix.net/uid-25266990-id-3465550.html

--MySQL master/slave 模式的读写分离为什么会提高性能?
https://segmentfault.com/q/1010000000304576


-- Mysql双机热备(master-slave、master-master)
http://511fly.blog.51cto.com/2970356/590459

--mysql 主主互备
http://www.cnblogs.com/kristain/articles/4142970.html

--问答
http://bbs.csdn.net/topics/390058332

猜你喜欢

转载自franciswmf.iteye.com/blog/2392829