config root man

Current Path : /home/usr.opt/mysql57/mysql-test/suite/x/t/

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/x/t/connection_without_session.test

## This is test file for connection authentication without ssl.
##

#--source include/have_mysql_no_login_plugin.inc

--source ../include/xplugin_preamble.inc

--write_file $MYSQL_TMP_DIR/mysqlx-connection_close.tmp
Mysqlx.Connection.Close {
}
-->recvtype Mysqlx.Ok
EOF

--exec $MYSQLXTEST -u root --password='' --file=$MYSQL_TMP_DIR/mysqlx-connection_close.tmp -n 2>&1

--remove_file $MYSQL_TMP_DIR/mysqlx-connection_close.tmp

##cleanup
UNINSTALL PLUGIN mysqlx;

Man Man