Lines Matching refs:passwd

13     if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
14 …printf("[006] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
17 …if (false !== ($tmp = @mysqli_change_user($link, $user . '_unknown_really', $passwd . 'non_empty',…
20 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
21 …printf("[008] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
24 if (false !== ($tmp = @mysqli_change_user($link, $user, $passwd . '_unknown_really', $db)))
28 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
29 …printf("[009a] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s…
42 if (true !== ($tmp = mysqli_change_user($link, $user, $passwd, $db)))
55 if (false !== ($tmp = @mysqli_change_user($link, $user, $passwd, $db . '_unknown_really')))
60 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
61 …printf("[012] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
70 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
71 …printf("[014] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
77 if (true !== ($tmp = mysqli_change_user($link, $user, $passwd, "")))
91 mysqli_change_user($link, $user, $passwd, $db);
96 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
97 …printf("[019] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
110 if (true !== ($tmp = mysqli_change_user($link, $user, $passwd, $db)))