Lines Matching refs:user
5 die("skip TODO - we need to add a user level way to check if CHANGE_USER gets called by pconnect");
19 if (!$link1 = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
20 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
21 $host, $user, $db, $port, $socket, mysqli_connect_errno(), mysqli_connect_error());
24 …printf("[002] Cannot set user variable to check if we got the same persistent connection, [%d] %s\…
27 if (!$link2 = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
28 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
29 $host, $user, $db, $port, $socket, mysqli_connect_errno(), mysqli_connect_error());
49 …printf("[006] Cannot set user variable to check if we got the same persistent connection, [%d] %s\…
62 if (!$link2 = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
63 …printf("[008] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
64 $host, $user, $db, $port, $socket, mysqli_connect_errno(), mysqli_connect_error());