Hi Denis,
If you are using IIS, try running php as a cgi instead of isapi.
That should solve the problem.
good luck,
Oliver
denis moeller wrote:
Hi,
I used to run php3 and mysql 3.23.22beta - without any problems. Now I've installed PHP4, it works as long as I don't try to connect to my (local) mysql-database. When I do so, it always breaks with this message:
Warning: Can't connect to MySQL server on '127.0.0.1' (10022) in whatever.php
I've checked all settings - everything seems to be fine. Connectig to the database using a windows-client-tool is no problem either. So I guess it's a php-issue. Does anyone have any idea how to fix this?
Thanks a lot in advance.