config root man

Current Path : /usr/opt/mysql57/mysql-test/suite/group_replication/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 : //usr/opt/mysql57/mysql-test/suite/group_replication/r/gr_concurrent_uninstall_stop.result

include/group_replication.inc
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.
[connection server1]
[connection server1]
SET SESSION sql_log_bin= 0;
call mtr.add_suppression("Group Replication plugin is not installed.");
SET SESSION sql_log_bin= 1;
include/start_and_bootstrap_group_replication.inc
UNINSTALL PLUGIN group_replication;
[connection server_1]
#
# STOP GROUP_REPLICATION in parallel.
#
STOP GROUP_REPLICATION;
[connection server1]
SET @@GLOBAL.read_only= 0;
UNINSTALL PLUGIN group_replication;
INSTALL PLUGIN group_replication SONAME 'GROUP_REPLICATION';
include/group_replication_end.inc

Man Man