I am facing the mysql exception Unable to connect any of specified mySQL hosts while trying to connect from c# from visual studio 2008

and from searching too many things I found that,that is probably the problem with this option Direct database access that I forgot to enable while creating database and so I am not able to connect to it. Hosting it from godaddy

Can anyone suggest me how to enable that now? because I have already created my database

link|improve this question

79% accept rate
It is a generic error message can be caused by so many other inner exceptions. have you check the hostname? help.godaddy.com/article/39 – will.c Aug 1 '11 at 4:21
host name is correct.if u want i can provide my connection string – Heena Aug 1 '11 at 4:37
"If you need to Allow Direct Database Access, but do not see the field, ..." Check this help.godaddy.com/article/36?locale=en – will.c Aug 1 '11 at 5:06
yes i found that option with creating new database.but is there any way to change it with already created database? or how can i check that it is made 'yes or no'? – Heena Aug 1 '11 at 5:37
Sry I'm not a godaddy user so can't help you too much beyond this point. I would recommend you to give them a call to see if there is an option somewhere. Normally on popular web-hosting like c-panel, there is an-option called "Remote Database Access Hosts" which you modify. worst case is that you need to export all data from mysql, create new db, import. – will.c Aug 1 '11 at 5:59
show 1 more comment
feedback

1 Answer

up vote 0 down vote accepted

You cannot enable direct database access once the database has been created. As suggested in another user's response, you will need to create a new database and transfer the content. Here are two articles from our online Help Center that may be of use to you:

Backing up and restoring a DB: http://x.co/Ycgr Connecting to a DB remotely: http://x.co/YcgP

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.