Godaddy要使用远程连接数据库,你需要下载以下软件
常见的数据库管理软件是:

MySQL Query Browser
Microsoft SQL Server Management Studio Express
下载安装后可以连接到你的数据库了. 下面是连接设置:

Host Name or Server
你自己设置的(The name of the server your database is stored on.)可以参考这个方法:
http://bbs.idcspy.org/thread-18582-1-1.html
端口
如果要求端口,输入下面的:
MySQL: 3306
MSSQL: 1433
User Name
数据库用户名.
Password
数据库密码。(自己设置的可以修改)
Database
你要连接的数据库.
注意: 你可以登陆主机帐户找到你数据库的 hostname, user name, 和password 。

相关内容:
Setting up a MySQL Database for Your Web Site
Setting up a SQL Server Database on Your Hosting Account
Why Connect Remotely to Shared Hosting Databases