This probably means that mySQL is only configured to query specific hosts (or hosts). You can say that MySQL only accepts packets from certain IP addresses (usually it is localhost, but it can be wider on GoDaddy - not sure, because I do not use them).
Check the connection string - in particular, the bit "www.xxxxx.com". Perhaps it should be "localhost" or a specific IP address.
Robbie
source share