source include/master-slave.inc; connection master; reset master; --error 1396 drop user 'notexists'@'localhost'; --sync_master_with_slave show binlog events limit 1,1; connection slave; --vertical_results show slave status;