Hi,
I have apache, php, phpmyadmin, and mysql in my computer.
I could connect to mysql and manipulate database well before. But for an unknown reason, I can't do it now. Each time when I tried to do this, it gave an error message as "Can't create TCP/IP socket (10091)". My simplified php script is:
<?php
mysql_connect("localhost", "username", "password");
?>
I will really appreciate it if someone would help me.
Thanks a lot.
phpnovice :sad: