1 eval CREATE USER testuser@
'$IPv6' identified by
'1234';
2 eval GRANT ALL ON
test.* TO testuser@
'$IPv6';
3 eval SHOW GRANTS FOR testuser@
'$IPv6';
4 --replace_result ::1 localhost
6 --replace_result ::1 localhost
11 connect (con1, $IPv6, root, ,
test, $MASTER_MYPORT);
14 eval REVOKE ALL ON
test.* FROM testuser@
'$IPv6';
15 eval RENAME USER testuser@
'$IPv6' to testuser1@
'$IPv6';
16 eval SET PASSWORD FOR testuser1@
'$IPv6' = PASSWORD (
'9876');
17 --replace_result ::1 localhost
19 eval DROP USER testuser1@
'$IPv6';