mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
6 lines
307 B
Text
6 lines
307 B
Text
|
# Bug #8471: IP address with mask fail when skip-name-resolve is on
|
||
|
GRANT ALL ON test.* TO mysqltest_1@'127.0.0.1/255.255.255.255';
|
||
|
SHOW GRANTS FOR mysqltest_1@'127.0.0.1/255.255.255.255';
|
||
|
REVOKE ALL ON test.* FROM mysqltest_1@'127.0.0.1/255.255.255.255';
|
||
|
DROP USER mysqltest_1@'127.0.0.1/255.255.255.255';
|