config root man

Current Path : /home/usr.opt/mysql57/mysql-test/suite/rpl/r/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //home/usr.opt/mysql57/mysql-test/suite/rpl/r/rpl_multi_source_slave_files.result

#
# set up masters server_1 and server_3 with server_2 being a slave.
#.
include/rpl_init.inc [topology=1->2,3->2,4->2,5->2]
Warnings:
Note	####	Sending passwords in plain text without SSL/TLS is extremely insecure.
Note	####	Storing MySQL user name or password information in the master info repository is not secure and is therefore not recommended. Please consider using the USER and PASSWORD connection options for START SLAVE; see the 'START SLAVE Syntax' in the MySQL Manual for more information.
Warnings:
Note	####	Sending passwords in plain text without SSL/TLS is extremely insecure.
Note	####	Storing MySQL user name or password information in the master info repository is not secure and is therefore not recommended. Please consider using the USER and PASSWORD connection options for START SLAVE; see the 'START SLAVE Syntax' in the MySQL Manual for more information.
Warnings:
Note	####	Sending passwords in plain text without SSL/TLS is extremely insecure.
Note	####	Storing MySQL user name or password information in the master info repository is not secure and is therefore not recommended. Please consider using the USER and PASSWORD connection options for START SLAVE; see the 'START SLAVE Syntax' in the MySQL Manual for more information.
Warnings:
Note	####	Sending passwords in plain text without SSL/TLS is extremely insecure.
Note	####	Storing MySQL user name or password information in the master info repository is not secure and is therefore not recommended. Please consider using the USER and PASSWORD connection options for START SLAVE; see the 'START SLAVE Syntax' in the MySQL Manual for more information.
#
# On slave, issue start slave/stop slave command. Slave should not
# error out anywhere.
#
[connection server_2]
START SLAVE SQL_THREAD;
include/rpl_for_each_connection.inc [include/wait_for_slave_sql_to_start.inc]
START SLAVE SQL_THREAD;
Warnings:
Note	3083	Replication thread(s) for channel 'channel_1' are already runnning.
Note	3083	Replication thread(s) for channel 'channel_3' are already runnning.
Note	3083	Replication thread(s) for channel 'channel_4' are already runnning.
Note	3083	Replication thread(s) for channel 'channel_5' are already runnning.
include/rpl_for_each_connection.inc [include/wait_for_slave_sql_to_start.inc]
START SLAVE IO_THREAD;
include/rpl_for_each_connection.inc [include/wait_for_slave_io_to_start.inc]
STOP SLAVE;
include/rpl_for_each_connection.inc [include/wait_for_slave_io_to_stop.inc]
include/rpl_for_each_connection.inc [include/wait_for_slave_sql_to_stop.inc]
START SLAVE;
include/rpl_for_each_connection.inc [include/wait_for_slave_io_to_start.inc]
include/rpl_for_each_connection.inc [include/wait_for_slave_sql_to_start.inc]
include/rpl_end.inc
RESET SLAVE ALL FOR CHANNEL  'channel_1';
RESET SLAVE ALL FOR CHANNEL  'channel_3';
RESET SLAVE ALL FOR CHANNEL  'channel_4';
RESET SLAVE ALL FOR CHANNEL  'channel_5';

Man Man