Lines Matching refs:user
9 if (!$link = @my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
10 …die(sprintf("SKIP Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port…
11 $host, $user, $db, $port, $socket));
37 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
38 …printf("Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socke…
39 $host, $user, $db, $port, $socket);
83 …if ($link = my_mysqli_connect($host, $user . 'unknown_really', $passwd . 'non_empty', $db, $port, …
84 …printf("[010] Can connect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, po…
85 $host, $user . 'unknown_really', $db, $port, $socket);
96 …if ($link = my_mysqli_real_connect($link, $host, $user . 'unknown_really', $passwd . 'non_empty', …
97 …printf("[013] Can connect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, po…
98 $host, $user . 'unknown_really', $db, $port, $socket);
111 Warning: mysqli_change_user(): (%d/%d): Access denied for user '%s'@'%s' (using password: %s) in %s…
116 [011] Access denied for user '%s'@'%s' (using password: YES)
117 [014] Access denied for user '%s'@'%s' (using password: YES)