import java.util.ArrayList; import java.util.List; /** * Created by ccc on 16-4-27. */ public class Test { public static void main(String[] args) { GunClip clip = new GunClip(); Producer p = new Producer(clip); customer c = new customer(clip); p.star
MYSQL 的 MASTER到MASTER的主主循环同步 刚刚抽空做了一下MYSQL的主主同步.把步骤写下来,至于会出现的什么问题,以后随时更新.这里我同步的数据库是TEST1.环境描述. 主机:192.168.0.231(A) 主机:192.168.0.232(B) MYSQL 版本为5.1.212.授权用户.A:mysql> grant replication slave,file on *.* to'repl1'@'192.168.0.232' identifiedby '