1--exec $MYSQLADMIN --default-character-set=latin1 -h $IPv6 -P $MASTER_MYPORT  -u root ping
2--disable_result_log
3--exec $MYSQL_CHECK -h $IPv6 -P $MASTER_MYPORT  -u root test
4--exec $MYSQL_DUMP -h $IPv6 -P $MASTER_MYPORT  -u root test
5--exec $MYSQL_SHOW -h $IPv6 -P $MASTER_MYPORT  -u root
6--exec $MYSQL --host=$IPv6 --port=$MASTER_MYPORT --user=root test -e "SELECT current_user();SELECT user();"
7--enable_result_log
8