vote up 2 vote down star
2

Hi Guys,

Is it possible to connect to my remote database hosted at godaddy from locally from my PC?

And if yes how?

I tried the connection string provided to me but it didn't work.

Thanks

flag

76% accept rate

8 Answers

vote up 4 vote down check

You can connect directly. This is a recently added feature.

See the following help articles:

Why Connect Remotely to Shared Hosting Databases
Connecting Remotely to Shared Hosting Databases
Setting up a SQL Server Database on Your Hosting Account

Hope this helps!

link|flag
10q it worked perfectly! :) – David Bonnici Feb 15 at 0:35
vote up 1 vote down

I called GoDaddy support and confirmed they do not support remote connections through their hosted service.

link|flag
vote up 1 vote down

Have had a GoDaddy account for just a couple of months, so this may be a new feature, but you CAN connect to it with Sql Server Management Studio if you choose to "Allow Direct Database Access" when you create it.

Seems like they host them on different servers...have had some problems using it, but I am by all means no SSMS-ninja ;-)

Managed to see all the databases that where hosted on the server though...don't now if that's a sign of lax security or something else completely.

link|flag
vote up 0 vote down

This is not really a programming question, and honestly depends on your plan and the hosting provider. I would contact GoDaddy for assistance.

link|flag
Thanks, This was my first question on stackoverflow.com I will only ask programming-related questions! Thanks – David Bonnici Dec 10 '08 at 19:00
vote up 0 vote down

Hi, i have the same question .have a hosting account in godaddy.Need the answer soon .Please help

link|flag
vote up 0 vote down

GoDaddy does not provide external access (yes, its a PITA)

link|flag
vote up 0 vote down

YES you can. Using SQLYog and a php hosting. SQLYog has a php file you have to upload to your hosting. This file provides the "bridge" to connect to your databases in GoDaddy. I have been using this for at least 4 years now (it´s time to share it with the crowds)

link|flag
vote up -1 vote down

I'm on phone with GoDaddy right now, and they just started offering this service on the databases that are hosted on IIS7 servers. If your database is on IIS6, you cannot access remotely.

link|flag
IIS -> web server. not sure what database-related issues have to do with IIS (other than authentication/impersonation perhaps). – Kon M Aug 15 at 14:30

Your Answer

Get an OpenID
or

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