This is due to a change to the way PHP communicates with MySQL in PHP 5.3.
You will either need to use 127.0.0.1 to connect to your database or edit:
C:\Windows\System32\drivers\etc\hosts
And remove the hash (#) in front of:
# 127.0.0.1 localhost
Save the file, then it should work.
Hope this helps.