| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2009-11-13 21:57 UTC] pajoye@php.net
  [2009-11-13 22:18 UTC] erik at navhost dot com
  [2009-11-14 04:06 UTC] erik at navhost dot com
  [2009-11-14 15:58 UTC] erik at navhost dot com
  [2009-11-14 16:39 UTC] pajoye@php.net
  [2009-11-14 20:07 UTC] erik at navhost dot com
  [2009-11-18 22:54 UTC] carsten_sttgt at gmx dot de
  [2009-11-20 00:56 UTC] avivahl at gmail dot com
  [2009-11-20 13:14 UTC] ferd352+php at gmail dot com
  [2009-11-20 13:20 UTC] ferd352+php at gmail dot com
  [2009-11-22 18:36 UTC] dominique at ottello dot net
  [2009-12-08 09:45 UTC] mcleod at spaceweb dot nl
  [2009-12-11 12:48 UTC] pajoye@php.net
  [2010-10-17 10:49 UTC] signals4change at yahoo dot com
  | 
    |||||||||||||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 10:00:02 2025 UTC | 
Description: ------------ I've tried to find the solution for this issue here since last month, but if I install any of the recent 5.3 RCs, PHP simply will not talk to the MySQL service. I upgraded from 5.2.10, and the problem was not present in that version. As far as I recall 5.3.0 and it's RCs did connect but had other issues later resolved. When I reinstall 5.2.11, everything is back to normal. I've reproduced this on 3 servers, all running Windows Server 2008. Bottom line; 5.2.11 can connect and talk to the MySQL service, 5.3.1RC4 can not. Reproduce code: --------------- mysql_connect('localhost', 'root', '***'); Expected result: ---------------- Success! Actual result: -------------- (After 60 seconds) A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.