Hi my webhosting plan only gives me one MySQL db and I need another one to use Nuke, so I created a Lycos account which gives me MySQL. Now I can\'t seem to find a way to connect to my remote database from my site.
I tried this:
$dbhost = \"lycos.co.uk\";
$dbuname = \"chaindlk_uk_db\";
$dbpass = \"\";
$dbname = \"chaindlk_uk_db\";
$prefix = \"nuke\";
$user_prefix = \"nuke\";
$dbtype = \"MySQL\";
Can somebody PLEASE HELP ME and tell me HOW I connect to a MySQL database that is NOT on my server??? Thank you very much!