2016年9月26日
摘要: 前文讲过日志复制分为基于日志点的复制和基于GTID的复制。 本文就讲一下基于日志点的复制过程。 1.在主DB服务器上建立复制帐号。 create user ‘repl’@ip 段 identified by ‘pwd’; create user repl@'192.168.1.%' identified by 'repl'; 授权 grant replication sla... 阅读全文
posted @ 2016-09-26 23:10 自由港 阅读(521) 评论(0) 推荐(0)