Lines Matching refs:connect
2 Calling connect() on an open persistent connection to create a new persistent connection
14 require_once("connect.inc");
19 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
44 …printf("[007] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
68 if (NULL !== ($tmp = $link->connect($phost, $user, $passwd, $db, $port, $socket)))
72 …printf("[014] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
75 if (NULL !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket)))
81 …printf("[016] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
106 …printf("[022] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
130 if (NULL !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket)))
134 …printf("[029] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
137 if (NULL !== ($tmp = $link->connect($phost, $user, $passwd, $db, $port, $socket)))