Why does it pop up? How to get around it?

Closed due to the fact that the essence of the issue is incomprehensible to the participants of Kromster , Cerbo , Visman , ThisMan , Cyrus 12 Oct '15 at 11:41 .

Try to write more detailed questions. To get an answer, explain what exactly you see the problem, how to reproduce it, what you want to get as a result, etc. Give an example that clearly demonstrates the problem. If the question can be reformulated according to the rules set out in the certificate , edit it .

  • Because the root user has a password, for example. - xEdelweiss
  • but I did not put it. How to disable? - navi1893
  • If you are given an exhaustive answer, mark it as correct (a daw opposite the selected answer). - Nicolas Chabanovsky

1 answer 1

This happens because of an attempt to connect to the database without a password, although it is necessary, if you did not set the password, try entering root, root (login, password) sometimes, this is the default, you can see more accurately and, if necessary, disable it by removing the line opposite password in config here Z: \ home \ localhost \ www \ Tools \ phpmyadmin \ config.inc.php

Попробуйте проделать такие шаги: 1. Нажмите stop Denwer 2. Заходи в папку где установлен у вас денвер например(c:\WebServers\usr\local\mysql-5.1\) там в файлик my.cnf, в нем после [mysqld] пишем skip-grant-tables. 3. Теперь запускаем денвер, заходим http://localhost/Tools/phpMyAdmin/ в вкладку SQL и вставляем такой код MyNewPass это ваш новый пароль UPDATE mysql.user SET Password=PASSWORD('MyNewPass') WHERE User='root'; FLUSH PRIVILEGES; 4. Выключаем денвер, стираем в my.cnf skip-grant-tables, запускаем денвер 5. Редактируем такие строчки в config.inc.php $cfg['Servers'][$i]['auth_type'] = 'config'; $cfg['Servers'][$i]['user'] = 'root'; $cfg['Servers'][$i]['password'] = 'MyNewPass'; 
  • one
    Or rather? What line to delete? - navi1893
  • Well, help me figure it out! - navi1893