Hello! Please help with the following problem.

Добро пожаловать в phpMyAdmin. Ошибка Ответ MySQL: #1045 - Access denied for user 'root'@'localhost' (using password: NO) Не удалось установить подключение для пользователя указанного в директиве controluser, с помощью параметров определенных в конфигурационном файле config.inc.php. phpMyAdmin не смог установить соединение с сервером MySQL. Проверьте хост, имя пользователя и пароль установленные в конфигурационном файле config.inc.php и удостоверьтесь, что они соответствуют данным полученным от администратора сервера MySQL.

    1 answer 1

    This is how you start the site of the localhost. If yes, then you need to correctly establish the connection to the database, specify the password, the name (which you assigned in phpmyadmin) the database itself.

    • But where to change it, do not tell me in more detail? thanks - Sanya
    • Well, you should indicate this when connecting to the database. Usually, the connection is written so when you make requests to the database <? $ db = mysql_connect ("localhost", "here is the name", "here is the password"); mysql_select_db ("database name", $ db); ?> - paloshmaxpro
    • approximately what you said then the problem will be clear - paloshmaxpro
    • Thanks I have already solved this problem! - Sanya