Lines Matching refs:passwd
12 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
13 …printf("[006] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
16 …if (false !== ($tmp = @mysqli_change_user($link, $user . '_unknown_really', $passwd . 'non_empty',…
19 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
20 …printf("[008] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
23 if (false !== ($tmp = @mysqli_change_user($link, $user, $passwd . '_unknown_really', $db)))
27 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
28 …printf("[009a] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s…
41 if (true !== ($tmp = mysqli_change_user($link, $user, $passwd, $db)))
54 if (false !== ($tmp = @mysqli_change_user($link, $user, $passwd, $db . '_unknown_really')))
59 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
60 …printf("[012] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
69 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
70 …printf("[014] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
76 if (true !== ($tmp = mysqli_change_user($link, $user, $passwd, "")))
90 mysqli_change_user($link, $user, $passwd, $db);
95 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
96 …printf("[019] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
109 if (true !== ($tmp = mysqli_change_user($link, $user, $passwd, $db)))