DVWA login error loginfailed

Open phpstudy, start Apache and mySQL

After the visit http://127.0.0.1/DVWA-master/ will enter http://127.0.0.1/DVWA-master/login.php

Account password: admin / password

But this is not life and death to log on, an error loginfailed

The port may be occupied by the problem?

Use netstat -an to view the current state of open ports, netstat -an | findstr 80 Find 80 ports

Indeed found that 80 port is open

But Apache occupy the 80 is not it? The problem lies in what it, the account password is no problem

I never thought the problem was solved

1.phpstudy stop mysql, http: //127.0.0.1/ can still access

2.phpstudy stop Apache, http: //127.0.0.1/ not accessible

3. Only open apache, access to localhost, then http://127.0.0.1/DVWA-master/setup.php# can be accessed by clicking here create / reset database in place,

But mysql service is not empty, click would enter an infinite loop, open mysql service after re-entering the login interface

This time enter admin / password, successfully entered

But why?

 

Guess you like

Origin www.cnblogs.com/sevenbug/p/11446913.html