Unable to Connect to any of the specified MySQL hosts
Posted by: Todd Fowler
Date: October 18, 2004 03:04PM

Hello,

I haven't been able to locate any resolution to this error message.

I have a database located on GoDaddy's secured server. Verified all connection requirements with them. Tried multiple drivers to connect to the MySQL database and have not got past this message.

I've simplified my code as much as possible to eliminate any other issues coming into play:

Dim connectstr
connectstr = "SERVER=mysql7.secureserver.net;DATABASE=myDB;User ID=myDB;Password=myPass"
Dim oConn As MySqlConnection
oConn = New MySqlConnection
oConn.ConnectionString = connectstr
oConn.Open()

Will someone please point me in the right direction?

Thanks!

Options: ReplyQuote


Subject
Written By
Posted
Unable to Connect to any of the specified MySQL hosts
October 18, 2004 03:04PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.