--source include/master-slave.inc --source include/have_binlog_format_statement.inc set binlog_format=statement; RESET MASTER; connection slave; set binlog_format=statement; RESET MASTER; connection master; --source replication.inc