Lines Matching refs:passwd

31     if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
32 …printf("[006] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
35 …if (false !== ($tmp = @mysqli_change_user($link, $user . '_unknown_really', $passwd . 'non_empty',…
38 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
39 …printf("[008] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
42 if (false !== ($tmp = @mysqli_change_user($link, $user, $passwd . '_unknown_really', $db)))
46 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
47 …printf("[009a] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s…
60 if (true !== ($tmp = mysqli_change_user($link, $user, $passwd, $db)))
73 if (false !== ($tmp = @mysqli_change_user($link, $user, $passwd, $db . '_unknown_really')))
78 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
79 …printf("[012] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
88 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
89 …printf("[014] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
95 if (true !== ($tmp = mysqli_change_user($link, $user, $passwd, "")))
108 if (false !== ($tmp = @mysqli_change_user($link, $user, $passwd, $db)))
111 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
112 …printf("[019] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
125 if (true !== ($tmp = mysqli_change_user($link, $user, $passwd, $db)))