tabu

Проблемы с установкой

Нужна помощь!
У меня возникли проблемы с установкой блога. Причем несколько дней назад я устанавливал блог и все получалось.
Я создаю в панеле управления:

базу данных – trainin_123.

пользователя – trainin_456 с поролем 789.

добавляю пользователя в базу данных.

Затем следую инструкциям по установке:
1. Переименовываю файл wp-config-sample.php в wp-config.php.
2. Открываю wp-config.php в и пишу в нем параметры доступа к БД.
// ** MySQL settings ** //
define(‘trainin_123’, ‘wordpress’); // The name of the database
define(‘trainin_456’, ‘username’); // Your MySQL username
define(‘789’, ‘password’); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value

3. Закачиваю все файлы WordPress на свой сайт:

Запускаю установку WordPress перейдя по адресу http:myblog.ru/wp-admin/install.php в браузере.

И вылезает страница ошибки:

Error establishing a database connection

This either means that the username and password information in your wp-config.php file is incorrect or we can’t contact
the database server at localhost. This could mean your host’s database server is down.
Are you sure you have the correct username and password?
Are you sure that you have typed the correct hostname?
Are you sure that the database server is running?

If you’re unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support Forums.

Я пробовал устанавливать разные версии WordPress – итог один и тот же.

Подскажите если есть возможность, что мне делать?

Anonymous
Отправить
Ответ на: