Problem connecting to mySQL on web host
Posted: Wed 13 Oct 2010 15:46
I have a working Delphi application that connects to a remote mySQL database on my hosted web site. I say "working" because it was working (and had been working for years) as of last Friday.
Over the weekend my web hosting company did some updates on mySQL. Since then, I am unable to connect. Web hosting company says the problem is in my application.
I'm not sure what information would be helpful.
In my MyConnection, I have the following properties set:
Database
Password
Server
Username
I have verified that all these are correct by entering them on a "connection test" page provided by my web host.
What I do not understand is that when I run my application and attempt to connect through the MyConnection, I am getting the following error:
Access denied for user ''@'adsl-75-24-141-246.dsl.chcgil.sbcglobal.net' (using password: NO)
My local internet service is provided through sbcglobal DSL. It appears as if my router/modem is passing different login information to my web host?
In working with my hosting company, I have added the following as "remote database access hosts"
75.24.141.246
75.24.141.246.dsl.chcgil.sbcglobal.net
Have been struggling with this for 2 days and am not sure how to proceed... any help greatly appreciated.
Over the weekend my web hosting company did some updates on mySQL. Since then, I am unable to connect. Web hosting company says the problem is in my application.
I'm not sure what information would be helpful.
In my MyConnection, I have the following properties set:
Database
Password
Server
Username
I have verified that all these are correct by entering them on a "connection test" page provided by my web host.
What I do not understand is that when I run my application and attempt to connect through the MyConnection, I am getting the following error:
Access denied for user ''@'adsl-75-24-141-246.dsl.chcgil.sbcglobal.net' (using password: NO)
My local internet service is provided through sbcglobal DSL. It appears as if my router/modem is passing different login information to my web host?
In working with my hosting company, I have added the following as "remote database access hosts"
75.24.141.246
75.24.141.246.dsl.chcgil.sbcglobal.net
Have been struggling with this for 2 days and am not sure how to proceed... any help greatly appreciated.