摘要: ############################# 一:没有开启GTID的dump线程命令:Binlog Dump root@xxx(information_schema) > select * from processlist where command='Binlog Dump'\G; 阅读全文
posted @ 2020-12-28 15:42 igoodful 阅读(860) 评论(0) 推荐(0)
摘要: ################################################ 概念: 集群表: 实例表: DBA表: 规则: 一台机器对应多个mysql实例; 一个集群对应多个实例; 一个集群对应一个DBA和一个开发人员; 实例之间可能存在主从关系或级联关系; 一个DBA对应多个 阅读全文
posted @ 2020-12-28 12:26 igoodful 阅读(135) 评论(0) 推荐(0)