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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: nb at forum-verlag dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Tue Jun 03 09:01:26 2025 UTC