Добро!
стандартно в settings.php -> $db_url = 'mysql://username:password@localhost/databasename'; такая строчка подключения к БД.
Database name: ввожу - username
Database username: ввожу databasename
а localhost на что заменить? я на своей машине в денвере работаю.
Комментарии
На лок.
localhost оставьте
Database name: - localhost или [local]
Database username: - localhost или [local]
Database password - не имеет значения есть пароль или нет. всёровно:
Failed to connect to your MySQL database server. MySQL reports the following message: Access denied for user 'localhost'@'localhost' (using password: YES).
Are you sure you have the correct username and password?
Are you sure that you have typed the correct database hostname?
Are you sure that the database server is running?
For more help, see the Installation and upgrading handbook. If you are unsure what these terms mean you should probably contact your hosting provider.
$db_url = 'mysql://username:password@localhost/databasename';
$db_prefix = '';
это не трогал.
В чём проблема может быть?