php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1200 MySQL Connection Failed: Can't create IP socket (10036)
Submitted: 1999-03-04 06:56 UTC Modified: 1999-03-06 15:23 UTC
From: nb at forum-verlag dot com Assigned:
Status: Closed Package: MySQL related
PHP Version: 3.0.6 OS: Windows 95
Private report: No CVE-ID: None
 [1999-03-04 06:56 UTC] nb at forum-verlag dot com
The script
        <?php mysql_connect("localhost", "user", "password"); ?>
causes the following error:
        MySQL Connection Failed: Can't create IP socket (10036)

In Win32 PHP the mySQL-extensions are enabled (php.ini).
MySQL database generally allows login and connection via 
localhost for "user" & "password", this is verified using 
mySQL-client and Perl with mysql modules.

Is the Connection Failure I experience a general problem with 
PHP3 access on mySQL (all Win32 based)?
or: Can this problem be solved by some entries in php3.ini?
or: Is there a way to find out, why creation of IP socket failed?

Thank you.

Norbert

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-03-06 15:23 UTC] eschmid
It is not related to PHP3. Look at the MySQL mailing list for a solution. 
It works perfectly under Unix..

-Egon
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 23:01:30 2024 UTC