File tree Expand file tree Collapse file tree 2 files changed +0
-34
lines changed Expand file tree Collapse file tree 2 files changed +0
-34
lines changed Original file line number Diff line number Diff line change @@ -56,32 +56,3 @@ SELECT USER();
56
56
USER()
57
57
root@localhost
58
58
DROP USER testuser1@'127.0.0.1';
59
- =============Test of '0:0:0:0:0:FFFF:127.0.0.1' ===================
60
- mysqld is alive
61
- CREATE USER testuser@'0:0:0:0:0:FFFF:127.0.0.1' identified by '1234';
62
- GRANT ALL ON test.* TO testuser@'0:0:0:0:0:FFFF:127.0.0.1';
63
- SHOW GRANTS FOR testuser@'0:0:0:0:0:FFFF:127.0.0.1';
64
- Grants for testuser@0:0:0:0:0:ffff:127.0.0.1
65
- GRANT USAGE ON *.* TO 'testuser'@'0:0:0:0:0:ffff:127.0.0.1' IDENTIFIED BY PASSWORD '*A4B6157319038724E3560894F7F932C8886EBFCF'
66
- GRANT ALL PRIVILEGES ON `test`.* TO 'testuser'@'0:0:0:0:0:ffff:127.0.0.1'
67
- SET @nip= inet_aton('0:0:0:0:0:FFFF:127.0.0.1');
68
- SELECT @nip;
69
- @nip
70
- NULL
71
- SELECT inet_ntoa(@nip);
72
- inet_ntoa(@nip)
73
- NULL
74
- SELECT USER();
75
- USER()
76
- root@localhost
77
- SELECT current_user();
78
- current_user()
79
- root@localhost
80
- SHOW PROCESSLIST;
81
- REVOKE ALL ON test.* FROM testuser@'0:0:0:0:0:FFFF:127.0.0.1';
82
- RENAME USER testuser@'0:0:0:0:0:FFFF:127.0.0.1' to testuser1@'0:0:0:0:0:FFFF:127.0.0.1';
83
- SET PASSWORD FOR testuser1@'0:0:0:0:0:FFFF:127.0.0.1' = PASSWORD ('9876');
84
- SELECT USER();
85
- USER()
86
- root@localhost
87
- DROP USER testuser1@'0:0:0:0:0:FFFF:127.0.0.1';
Original file line number Diff line number Diff line change @@ -11,8 +11,3 @@ let $IPv6= 127.0.0.1;
11
11
--source include/ipv6_clients.inc
12
12
--source include/ipv6.inc
13
13
14
- echo =============Test of '0:0:0:0:0:FFFF:127.0.0.1' ===================;
15
- let $IPv6= 0:0:0:0:0:FFFF:127.0.0.1;
16
- --source include/ipv6_clients.inc
17
- --source include/ipv6.inc
18
-
You can’t perform that action at this time.
0 commit comments