bradgrafelman;10955412 wrote:Not sure if you ever found a resolution for this, but if not... which version of Windows?
Are you trying to connect via 'localhost'? If so, try using '127.0.0.1' instead. If that works, then the timeout was caused by Windows' internal DNS service resolving 'localhost' to '::1' rather than '127.0.0.1' due to PHP's inability to handle IPv6 very well.
Strange you should mention that. I found that on some other site.
It was here:
http://forums.mysql.com/read.php?35,270818,270818
Oddly works fine as localhost on a different server, and it used to work as localhost on the problem server also, but changed it to 127.0.0.1 and that fixed it.
And today was the first time I got a useful error message: #2002
Before it said nothing useful.