Hi guys, wonder if someone could help.

I have possibly set our database up incorrectly.

But lets say this is what we have done.

Database name is : madge
Database user is : admin
Database password is : floored

Site is www.examplesite.com

This is what we have set in settings.php

LINE 86 $db_url = 'mysql://admin:floored@localhost/madge';
LINE 87 $db_prefix = 'examplesite_';

LINE 109 $base_url = 'http://www.examplesite.com'; // NO trailing slash!

___________________

Drupal, is installed in root.

We just keep getting unable to connect to database.

Im hopeful this is a total case of "Blondeness"

any help appreciated

Ozzy

Comments

zerok’s picture

Just to be on the safe side: Are you sure that your database server is really running on "localhost"? And do your tables really have that prefix? :)