|
i am not real sure mike, but i think you are having problems because you are running a windows server......do you know that you have mysql on that windows server as part of your hosting? from what i understand, you are missing something from the config file, the address needs to be where the database is located, in the event it is located on another server within the network, then it is just doing a remote connection to mysql. godaddy needs to provide you with the connection string, most likely the ip address of the server where the database is located would do the trick. if you have in fact created the database on a mysql server, you should also know the location of that server. i sure wish i had more information for you regarding this problem. i know you can do something that can test your issues, you can set up an account on a free mysql server, use the connection string that is provided to you for that database that is created, then try to connect to the remote mysql server that way through your script.
|