ID:               47820
 User updated by:  busia at tiscali dot it
 Reported By:      busia at tiscali dot it
-Status:           No Feedback
+Status:           Open
 Bug Type:         MySQL related
 Operating System: Windows Vista
 PHP Version:      5.3.0RC1
 New Comment:

I removed the line without results. The problem persist.


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

[2009-04-06 01:00:00] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

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

[2009-03-29 01:38:50] ka...@php.net

Try open your hosts file in:
%SystemRoot%\System32\Drivers\etc\hosts

and remove the IPv6 address (::1) or uncomment it, what your looking
for is:
::1 127.0.0.1

Remove that and it should work

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

[2009-03-28 11:35:44] busia at tiscali dot it

Description:
------------
After the update from 5.2.9 to 5.3.0RC1 the command

if(!$db = mysql_connect("localhost", "root", "root")) {
        die(mysql_error()." ".mysql_errno());
}

cause mysql timeout

if I use, instead:
if(!$db = mysql_connect("127.0.0.1", "root", "root")) {
        die(mysql_error()." ".mysql_errno());
}

All works. In php 5.2.9 all worked well.

Mysql Version is 5.0.77 (installed as windows service)
PHP Version is 5.3.0RC1



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


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

Reply via email to