Lines Matching refs:passwd
14 …// ( mysqli link [, string hostname [, string username [, string passwd [, string dbname [, int p…
18 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
19 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
26 …if (false !== ($tmp = mysqli_real_connect($link, $host, $user . 'unknown_really', $passwd . 'non_e…
27 …olean/false got %s/%s. Can connect to the server using host=%s, user=%s, passwd=***non_empty, dbna…
31 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port)) {
40 if (!mysqli_real_connect($link, $host, $user, $passwd, $db)) {
48 ini_set('mysqli.default_pw', $passwd);
76 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 65536))
95 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 128))
143 mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket);