[PHP-DEV] Bug #1190 Updated: MySQL Connection Failed: Can't create IP socket (10036) From: Bug Database (php-dev <email protected>)
Date: 03/03/99

ID: 1190
User Update by: nb <email protected>
Status: Open
Bug Type: MySQL related
Description: MySQL Connection Failed: Can't create IP socket (10036)

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

The test scripts that produces the errors:

<?php
    mysql_connect("localhost:3306", "root", "");
?>

<?php
    mysql_connect("www.forum-verlag.com", "user", "password");
?>

On localhost: MySQL Server Version: 3.22.15-gamma
On remote host: MySQL Server Version 3.20.25

The error appears, although it is possible to connect to the server via myODBC or the mysql client. Even the Perl mysql modules work fine on mySQL.

So I suppose, the problem is PHP-related.

Full Bug description available at: http://ca.php.net/bugs.php3?id=1190

--
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>