[PHP-DEV] Bug #1190: MySQL Connection Failed: Can't create IP socket (10036) From: nb <email protected>
Date: 02/28/99

From: nb <email protected>
Operating system: Windows 95
PHP version: 3.0.6
PHP Bug Type: MySQL related
Bug description: MySQL Connection Failed: Can't create IP socket (10036)

Error: MySQL Connection Failed: Can't create IP socket (10036)

The test script that produces the error:
<?php
    echo "<HTML>";

    mysql_connect("localhost:3306", "root", "");

    $name = "FORUM VERLAG";
    echo "<B>$name</B>";
    echo "</HTML>";
    exit;
?>

MySQL Server Version: 3.22.15-gamma

The error appears, although it is possible to connect to the server via ODBC or the
admin tools supplied with MySQL.

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>