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_group_replication_commands.result

call mtr.add_suppression("Group Replication plugin is not installed.");
START GROUP_REPLICATION;
ERROR HY000: The server is not configured properly to be an active member of the group. Please see more details on error log.
STOP GROUP_REPLICATION;
ERROR HY000: The server is not configured properly to be an active member of the group. Please see more details on error log.
CREATE USER 'group_rpl_user' IDENTIFIED BY '';
START GROUP_REPLICATION;
ERROR 42000: Access denied; you need (at least one of) the SUPER privilege(s) for this operation
STOP GROUP_REPLICATION;
ERROR 42000: Access denied; you need (at least one of) the SUPER privilege(s) for this operation
DROP USER group_rpl_user;

Man Man