ID: 11863
User Update by: [EMAIL PROTECTED]
Status: Open
Bug Type: MySQL related
Operating system: Unix
PHP Version: 4.0.6
Description: Cannot connect to mysql server

By the way, i've been testing a few things and php will connect to the database if i 
trick it into using tcp connection instead of socket connection and using LAN ip 
address instead of 'localhost' or loopback IP address.

Won't work:
<? mysql_connect("localhost:3306", "me","mypass"); ?>

Won't work either:
<? mysql_connect("localhost:/path/to/socket", "me","mypass"); ?>

Works (when i define sql to be LAN ip address of server):
<? mysql_connect("sql", "me","mypass"); ?>


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

[2001-07-04 15:41:18] [EMAIL PROTECTED]

of course  ;)

http://www.kheos.net/info.php

I'm making it right now so by the time you see this post it'll be available.

Best regards,
Veins

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

[2001-07-04 13:35:14] [EMAIL PROTECTED]

Hello,

can you make a page with <?php phpinfo(); ?> available to us?

Derick

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

[2001-07-03 16:44:53] [EMAIL PROTECTED]

Yeah, the server is actually running as i can connect to it from console. The socket 
is set srwxrwxrwx so it is also ok i presume.
The exact same configuration used to work with php-4.0.5 :/

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

[2001-07-03 16:41:17] [EMAIL PROTECTED]

Yeah, the server is actually running as i can connect to it from console. The socket 
is set srwxrwxrwx so it is also ok i presume.
The exact same configuration used to work with php-4.0.5 :/

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

[2001-07-03 16:32:07] [EMAIL PROTECTED]

It works fine here. Are you sure MySQl is actually running, and are the permissions on 
the socket correct?

Derick

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

The remainder of the comments for this report are too long.
To view the rest of the comments, please
view the bug report online.

Full Bug description available at: http://bugs.php.net/?id=11863


-- 
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