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.
Asked
Active
Viewed 164 times
0
-
where is image? – A J Mar 09 '18 at 06:57
-
i am new to stackoverflow, i uploaded the image but don't know why it didn't appear – Sheetal Mar 09 '18 at 07:02
-
You can try again. – A J Mar 09 '18 at 07:06
-
A J - i have uploaded the image link , kindly see – Sheetal Mar 09 '18 at 07:08
-
OK. I have edited your post to include the image properly. – A J Mar 09 '18 at 07:09
-
A J- i have edited my post , kindly see the link – Sheetal Mar 09 '18 at 07:09
2 Answers
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
-
-
If there is index.* in "C:\wamp\www" it might be the one asking for password. Try to read the documentation of project, it might have included credentials – Kiluvya.A Mar 09 '18 at 08:16
-
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