k4lch wrote:
I run tcp/ip om my local site apache 2.058, mysql,4, php 5.20 windows xp pro on problems
I know you probably meant "no" problems, but just out of curiosity, did you make the decision to use TCP/IP versus named pipe access arbitrarily or for a reason?
I'm just curious, on all manners of UNIX where the httpd and the mysqld were on the same machine I've traditionally seen much better performance using named pipe access (plus one less security issue to worry about, since rather than 3306 only being available to 127.0.0.1 it's turned off entirely). However there really doesn't seem to be much information out there about this on Windows (plus what little there is seems to contradict itself).
Thanks for any more clues.