Lines Matching refs:passwd
15 …// ( mysqli link [, string hostname [, string username [, string passwd [, string dbname [, int p…
19 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
20 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
27 …if (false !== ($tmp = mysqli_real_connect($link, $host, $user . 'unknown_really', $passwd . 'non_e…
28 …olean/false got %s/%s. Can connect to the server using host=%s, user=%s, passwd=***non_empty, dbna…
32 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port)) {
41 if (!mysqli_real_connect($link, $host, $user, $passwd, $db)) {
49 ini_set('mysqli.default_pw', $passwd);
77 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 65536))
96 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 128))
142 mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket);