日期:2014-05-16 浏览次数:20692 次
一、 下载 amoeba 代码
?
首先先到网站( http://sourceforge.net/projects/amoeba )上下载 amoeba for Mysql? 代码。然后解压到
C:/amoeba? 目录。增加系统环境变量: amoeba.home = C:/amoeba
?
二、 准备 mysql 数据库
?
Server1 : ? localhost schema: test table: test_table2
Server2 : ? 10.2.224.241 schema: test table: test_table2
????????
????????? 表名称 test_table1 结构为:
??????????????????? ? `ID` INTEGER(11) NOT NULL,
?? ?????????????? ? `NAME` VARCHAR(250) COLLATE gbk_chinese_ci DEFAULT NULL,
????????
????????? 先插入一些模拟数据。
?
三、 修改配置文件
?
??? 找到amoeba.xml配置,修改mysql代理服务器配置信息:
?