vinturella
06-04-2005, 09:47 AM
I am new to sql, so pardon me for getting so basic.
GoDaddy tells me that my server is 'mysql29.secureserver.net,' and dbname is "vinturella."
This does not work:
// DB server. usually localhost
$mysqlserver = "http://mysql29.secureserver.net";
Nor does this:
// DB server. usually localhost
$mysqlserver = "http://www.jbv.com/mysql29.secureserver.net";
How do I relate what GoDaddy gave me to your config.php? Do I do anything with table prefix?
Please advise, and thanks.
GoDaddy tells me that my server is 'mysql29.secureserver.net,' and dbname is "vinturella."
This does not work:
// DB server. usually localhost
$mysqlserver = "http://mysql29.secureserver.net";
Nor does this:
// DB server. usually localhost
$mysqlserver = "http://www.jbv.com/mysql29.secureserver.net";
How do I relate what GoDaddy gave me to your config.php? Do I do anything with table prefix?
Please advise, and thanks.