--- Wade Smart <[EMAIL PROTECTED]> wrote: > William Piper wrote: > > > Are you connecting from your hosting account? I believe GoDaddy uses ip > > filtering on their db servers. > > > > If you are trying to connect from a non GoDaddy server there is a > > setting somewhere to add another host to have access in their control > > panel... I haven't been in GoDaddy in years but that is what I had to do. > > 20080729 1052 GMT-6 > > It is the godaddy server. Im using the url they provide for the mysql db. I > have created a new user and pass to test out but still cant connect. > > Wade
Perhaps you have answered this but I think William was checking to see if your PHP script was running on a local development machine or the GoDaddy web hosting server. If the server with MySQL only allows connections from specific IPs, your dev system won't be among them. James