Name resolution is not working correctly on your server or you changed your mysql configuratio so that it does not listen to localhost anymore. Check your /etc/hosts file to ensure that it contains the line:
127.0.0.1 localhost
and ccheck your mysql config to ensure that mysql listens on all interfaces.
|