Lines Matching refs:passwd

19     if (!$link = my_mysqli_connect($phost, $user, $passwd, $db, $port, $socket))
20 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
26 if (true !== ($tmp = my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket)))
44 $link = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
49 if (true !== ($tmp = $link->real_connect($host, $user, $passwd, $db, $port, $socket)))
67 if (true !== ($tmp = $link->connect($phost, $user, $passwd, $db, $port, $socket)))
70 if (!$link = mysqli_connect($phost, $user, $passwd, $db, $port, $socket))
71 …printf("[014] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
74 if (true !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket)))
79 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
80 …printf("[016] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
86 … if (true !== ($tmp = my_mysqli_real_connect($link, $phost, $user, $passwd, $db, $port, $socket)))
104 $link = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
109 if (true !== ($tmp = $link->real_connect($phost, $user, $passwd, $db, $port, $socket)))
127 if (true !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket)))
130 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket))
131 …printf("[029] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
134 if (true !== ($tmp = $link->connect($phost, $user, $passwd, $db, $port, $socket)))