NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Drupal Configuration



> This looks fine.  If it only shows mysqli support and not "regular"
> mysql support you probably want to check that settings.php contains
> mysqli://user:pass@localhost/dbname

$db_url = 'mysql://username:password@localhost/databasename';

At line 92.  If I change it to mysqli at the front the database is not 
found and a red warning message appears in the Drupal page.

> You might need to create the database BTW.  What is the exact
> error message printed by Drupal?

It just says...

 Database name: *
Database username: *

The stars are in a yellow colour suggesting that there is not a 
username or a database name of the sort that I specify.  But, I have 
checked MySQL once again and it does have the correct password and 
username.  

Bit of a mystery :)
 

-- 
Richard


Home | Main Index | Thread Index | Old Index