Lines Matching refs:passwd
8 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
9 …die(sprintf("SKIP Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port…
22 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
23 …printf("[006] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
26 …if (false !== ($tmp = mysqli_change_user($link, $user . '_unknown_really', $passwd . 'non_empty', …
29 if (false !== ($tmp = mysqli_change_user($link, $user, $passwd . '_unknown_really', $db)))
32 if (false !== ($tmp = mysqli_change_user($link, $user, $passwd, $db . '_unknown_really')))
39 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
40 …printf("[020] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
53 if (true !== ($tmp = mysqli_change_user($link, $user, $passwd, $db)))
75 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
76 …printf("[020] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
85 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
86 …printf("[022] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
92 if (true !== ($tmp = mysqli_change_user($link, $user, $passwd, "")))
106 mysqli_change_user($link, $user, $passwd, $db);