распаковал архив в корень, и что дальше? БД импортировал, но мне сейчас пишет при заходе на сайт Unable to connect to database server
This either means that the username and password information in your settings.php file is incorrect or we can't contact the MySQL database server. This could mean your hosting provider's database server is down.
The MySQL error was: Access denied for user: 'username@localhost' (Using password: YES).
какие настроки и ГЛАВНОЕ где, нужно что изменить? помогите ламеру плиз.
Комментарии
Читаем документацию:
The default configuration can be found in the
'sites/default/settings.php' file within your Drupal installation.
Before you can run Drupal, you must set the database URL. Open the configuration file and edit the $db_url line to match the database defined in the previous step:
$db_url = "mysql://username:password@localhost/databasename";
If you use PostgreSQL, change "mysql" to "pgsql" in the above line.
===============
Т.е. по адресу ...sites/default/settings.php необходимо подправить путь к базе.
Спасибо. А дальше что? Как войти в админку?
Простите за глупый вопрос. Я понял. Просто первый пользователь и есть админ.
У меня следующий вопрос. Я все установил. Все нормально.
Русифицировал все. Т.е. импортировал все файлы.
Но перевод не полный. Так и должно быть?
>>Так и должно быть?
Да.
Перевод не полный.