然后测试下 在主库test database里面建个表 create table shencan ( 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)); 然后到从库去确认下 是否同步过去
本文来自linux系统运维:http://www.linuxyw.com/linux/yunweiguzhang/20130504/152.html |