首页 > 数据库技术 > 详细

MySQL: Create Master - Slave Servers

时间:2015-10-16 15:10:43      阅读:230      评论:0      收藏:0      [点我收藏+]

http://www.unixmen.com/setup-mariadb-master-slave-replication-in-centos-7/

and

http://www.rackspace.com/knowledge_center/article/set-up-mysql-master-slave-replication

Note:

1. Be careful of the binlog directory‘s permission.

2. Don‘t add it in the my.conf ->

master-host =  [private-IP-of-db01]
master-user = [replication-username]
master-password = [replication-password]
master-connect-retry = 60

MySQL: Create Master - Slave Servers

原文:http://www.cnblogs.com/ilovewindy/p/4885026.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!