Comments

yelvington’s picture

The mysqli error was: Access denied for user 'root'@'localhost' (using password: NO).

Fix the username and password in your settings.php file.

xiauww’s picture

sorry sir,
i'm totally newbie :)

can you show me how....

yelvington’s picture

Edit the settings.php file. It is in sites/default.

 * Database URL format:
 *   $db_url = 'mysql://username:password@localhost/databasename';
 *   $db_url = 'mysqli://username:password@localhost/databasename';
 *   $db_url = 'pgsql://username:password@localhost/databasename';
 */
$db_url = 'mysql://username:password@localhost/databasename';

Replace username, password and databasename with the correct entries.

xiauww’s picture

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

or ?
sorry waste your time sir....

and how i to fill that statement ?