ID: 13466
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Bogus
Bug Type: MySQL related
Operating System: 
PHP Version: 4.0.6
New Comment:

RTFM: http://www.php.net/manual/en/function.mysql-connect.php

The 'walkern' part is assumed to be port/unix socket path.

--Jani


Previous Comments:
------------------------------------------------------------------------

[2001-09-27 08:25:10] [EMAIL PROTECTED]

If I do:

$user="frank";
$pwd="skinner";
$db="db.cp-productions.f2s.com:walkern";

The following works fine:
$conn = mysql_connect("db.cp-productions.f2s.com:walkern", $user, $pwd); 

If I do:
$conn = mysql_connect($db, $user, $pwd); 

The following error occurs:
Warning: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in
/web/sites/253/walkern/www.cp-productions.f2s.com/inc/news.php

I think it's something to do with the ':walkern' bit.  It works ok on my other site 
where
I have $db="localhost".

I've tried putting it in quotes, etc.


I have tried it on a 4.06 and a 4.01 build (different ISP's) and both do the same.

Neil.




------------------------------------------------------------------------

[2001-09-27 08:20:38] [EMAIL PROTECTED]

If I do:

$user="frank";
$pwd="skinner";
$db="db.cp-productions.f2s.com:walkern";

The following works fine:
$conn = mysql_connect("db.cp-productions.f2s.com:walkern", $user, $pwd); 

If I do:
$conn = mysql_connect($db, $user, $pwd); 

The following error occurs:
Warning: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in 
/web/sites/253/walkern/www.cp-productions.f2s.com/inc/news.php

I think it's something to do with the ':walkern' bit.  It works ok on my other site 
where I have $user="localhost".

I've tried putting it in quotes, etc.


I have tried it on a 4.06 and a 4.01 build (different ISP's) and both do the same.

Neil.


------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=13466&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to