Hi,
i have a little big problem with my configuration.

I have:
Windows XP Home
Mysql 4.0.1 alpha
Php 4.1.2
Abyss Web Server (Freeware) www.apelium.com

the problem is:

when my script goes to connect with mysql

Warning: Can't create TCP/IP socket (10106) in provamysql.php on line 3

Warning: MySQL Connection Failed: Can't create TCP/IP socket (10106) in
provamysql.php on line 3
Can't create TCP/IP socket (10106)

the code of my simple script is

<?php

mysql_connect("127.0.0.1","root","admin") or die(mysql_error());
print("connected!!!");

?>

i have make a lot of tests...

127.0.0.1
localhost
webserver (network pc name)

thanks to all.

PS: sorry for my english, but i'm italian.



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to