现在 互为主主基本搭建完了 我们来测试下 在刚才的从上 test 数据库内再建一个表 shencan1 (shencan表 刚才从主同步过去的) 然后 到 从(刚才的主)上看看 数据能同步过来没. 先建个表shencan1
mysql> create table shencan1 ( id int(4) not null primary key auto_increment, name char(20) not null, sex int(4) not null default '0', degree double(16,2));
mysql> show tables;
本文来自linux系统运维:http://www.linuxyw.com/linux/yunweiguzhang/20130504/152.html |