PHP 5.3 and MySQL: A connection attempt failed because the connected party did not properly respond after a period of time…
February 10, 2010
Having difficulty connecting to MySQL through PHP 5.3.x? Know that MySQL and PHP are properly configured? Using Windows Vista / 7? The problem may very well be that you’re connecting to ‘localhost.’ According to Joe Bedan, simply changing ‘localhost’ to ’127.0.0.7′ will fix the problem, and he’s right! According to another forum post, this is [...]
0