Lines Matching refs:host
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,…
15 $host, $user, $db, $port, $socket);
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,…
22 $host, $user, $db, $port, $socket);
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…
30 $host, $user, $db, $port, $socket);
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,…
62 $host, $user, $db, $port, $socket);
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,…
72 $host, $user, $db, $port, $socket);
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,…
98 $host, $user, $db, $port, $socket);