Lines Matching refs:connect
2 Calling connect() on an open persistent connection to create a new persistent connection
15 require_once("connect.inc");
20 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
45 …printf("[007] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
69 if (NULL !== ($tmp = $link->connect($phost, $user, $passwd, $db, $port, $socket)))
73 …printf("[014] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
76 if (NULL !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket)))
82 …printf("[016] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
107 …printf("[022] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
131 if (NULL !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket)))
135 …printf("[029] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
138 if (NULL !== ($tmp = $link->connect($phost, $user, $passwd, $db, $port, $socket)))