5, '2010-12-19 16:29:28','
1 row in set (0.00 sec)
Mysql > Slave status\G;
显示:Slave_SQL_Running 为 ...club.question_del (id, pid, ques_name, givepoint, title, subject, subject_pid, createtime, approve, did, status, intime...select id, pid, ques_name, givepoint, title, subject, subject_pid, createtime, approve, did, status, intime...qdir from club.question where id=7330212'
1 row in set (0.00 sec)
这个错误就说club.question_del 表里面没有qdir这个字段...在主的mysql : 里面查询 Desc club.question_del;
在 错误的从服务器上执行 : alter table question_del add qdir varchar(30)