connection node_2; connection node_1; connect node_3, 127.0.0.1, root, , test, $NODE_MYPORT_3; connection node_3; CREATE TABLE t1 (f1 INTEGER PRIMARY KEY AUTO_INCREMENT) ENGINE=InnoDB; connection node_2; connection node_3; DROP TABLE t1; connection node_2; connection node_2; STOP SLAVE; RESET SLAVE ALL; connection node_3; RESET MASTER;