Lines Matching refs:user
14 function my_connect($offset, $host, $user, $passwd, $db, $port, $socket) {
20 $link = mysql_connect($host, $user, $passwd, true);
23 printf("[%03d] Cannot connect using host '%s', user '%s', password '****', [%d] %s\n",
24 $offset, $host, $user, $passwd,
35 $links[0] = my_connect(10, $host, $user, $passwd, $db, $port, $socket);
36 $links[1] = my_connect(20, $host, $user, $passwd, $db, $port, $socket);
37 $links[2] = my_connect(30, $host, $user, $passwd, $db, $port, $socket);
47 $links[0] = my_connect(50, $host, $user, $passwd, $db, $port, $socket);
48 $links[2] = my_connect(60, $host, $user, $passwd, $db, $port, $socket);
64 [030] Cannot connect using host '%s', user '%s', password '****', [0] 0
71 [060] Cannot connect using host '%s', user '%s', password '****', [0] 0