Lines Matching refs:passwd
16 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
17 …printf("[006] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
20 …if (false !== ($tmp = mysqli_change_user($link, $user . '_unknown_really', $passwd . 'non_empty', …
23 if (false !== ($tmp = mysqli_change_user($link, $user, $passwd . '_unknown_really', $db)))
26 if (false !== ($tmp = mysqli_change_user($link, $user, $passwd, $db . '_unknown_really')))
33 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
34 …printf("[020] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
47 if (true !== ($tmp = mysqli_change_user($link, $user, $passwd, $db)))
69 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
70 …printf("[020] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
79 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
80 …printf("[022] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
86 if (true !== ($tmp = mysqli_change_user($link, $user, $passwd, "")))
100 mysqli_change_user($link, $user, $passwd, $db);