[support] Uploading and getting online

Earnie Boyd earnie at users.sourceforge.net
Fri Jul 25 19:54:48 UTC 2008


Quoting Steve Hays <hays at ohio.edu>:

> I have uploaded both Drupal folder and database.  I'm getting all my
> theme and .css info, but haven't yet succeeded in connecting to the db.
>
> I think the key is settings.php.  Is this how the line should read--
> where user and password are those assigned when creating the db on the
> remote host prior to upload?
>
>  $db_url = 'mysql://user:password@dbfilename'
>

You're missing the host

$db_url = 'mysql://user:password@hostname/dbfilename'


Earnie -- http://for-my-kids.com/
-- http://give-me-an-offer.com/



More information about the support mailing list