You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Oliver <id...@baerinfodat.de> on 1999/07/08 14:35:25 UTC

general/4710: Warning: MySQL Connection Failed: Can't create IP socket (10036) in

>Number:         4710
>Category:       general
>Synopsis:       Warning: MySQL Connection Failed: Can't create IP socket (10036) in
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          support
>Submitter-Id:   apache
>Arrival-Date:   Thu Jul  8 05:40:00 PDT 1999
>Last-Modified:
>Originator:     ids@baerinfodat.de
>Organization:
apache
>Release:        1.3.6WIN32
>Environment:
Windows 95
>Description:
Hello to all specialists

I have a Problem with together MySQL, PHP3 and Apache-Server on Windows95.

I run Apache-Server as Webserver , also on this machine runbs MySQLWIN32.

Ihave written a simple PHP3 code as follows:


<html>
<Title>Datenbanktest</title>
<head>
<a>Datenbank wird erzeugt...</a><br>
</head>

<body>

<!--Datenbank erstellen-->
<?
     mysql_connect("localhost", "username") ;
    @mysql_select_db("databasename");
    
    $create = "CREATE TABLE test
     	       (
          		 Name                 CHAR(50),
          		)";
    
    MYSQL_QUERY($create);
   
   
    mysql_close();
?>

<a>Fertig.</a>
</body>

</html>

if let it run I get an errormessage as follows:

Warning: MySQL Connection Failed: Can't create IP socket (10036) in D:\Programme\Apache_Group\Apache\htdocs/create_table_katalog.php3 on line 11

Warning: MySQL Connection Failed: Can't create IP socket (10036) in D:\Programme\Apache_Group\Apache\htdocs/create_table_katalog.php3 on line 28

Warning: -1 is not a MySQL link index in D:\Programme\Apache_Group\Apache\htdocs/create_table_katalog.php3 on line 28

Warning: -1 is not a MySQL link index in D:\Programme\Apache_Group\Apache\htdocs/create_table_katalog.php3 on line 31

I need help because i�m really no know whats gonna happen here.

Thanks in advanced

Oliver 
>How-To-Repeat:
not repeatable (lokal)
>Fix:
no
>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, you need]
[to include <ap...@Apache.Org> in the Cc line and make sure the]
[subject line starts with the report component and number, with ]
[or without any 'Re:' prefixes (such as "general/1098:" or      ]
["Re: general/1098:").  If the subject doesn't match this       ]
[pattern, your message will be misfiled and ignored.  The       ]
["apbugs" address is not added to the Cc line of messages from  ]
[the database automatically because of the potential for mail   ]
[loops.  If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request from a  ]
[developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]