skip_name_resolve.test

来自「这是linux下运行的mysql软件包,可用于linux 下安装 php + m」· TEST 代码 · 共 21 行

TEST
21
字号
# Can't be tested with embedded server-- source include/not_embedded.inc# Bug #8471: IP address with mask fail when skip-name-resolve is onGRANT 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';# End of 4.1 tests# Bug #13407 "Remote connecting crashes server".# Server crashed when one used USER() function in connection for which# was impossible to obtain peer hostname.connect (con1, 127.0.0.1, root, , test, $MASTER_MYPORT, );--replace_column 1 #select user();--replace_column 1 <id> 3 <host> 5 <command> 6 <time> 7 <state> 8 <info>show processlist;connection default;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?