0

I am working on a project that has previously been done by some other person, I have copied all the server files in C:\wamp\www and then i started wampserver and clicked localhost it opened the window shown in image i have uploaded ,now it requires a password and login.

local host window image in wampserver

Sheetal
  • 31
  • 6

2 Answers2

0

Check out the following link, this question was asked before.

How to log in to phpMyAdmin with WAMP, what is the username and password?

Btw, user= "root", password "",(just leave it blank).

On production, it is adviced to change root password or disable the root user and create other admin users.

Kiluvya.A
  • 151
  • 2
  • 7
0

If you don't have credentials, disable authentication from source code, and create new users, or regenerate with new credentials.

Vrian7
  • 588
  • 2
  • 6
  • 14