What does the word "root" mean in phpMyAdmin?
Whenever I write localhost/phpmyadmin
on the address bar, I am asked to enter a username and a password, but I don't know what they are. I don't remember when and where I set them. From where can I get my username and password to login to phpMyAdmin?
Check this out... https://hsnyc.co/how-to-set-the-mysql-root-password-in-localhost-using-wamp/
Try username = root and password is blank.
Sometimes it doesn't get login with
username = root
andpassword
, then you can change the default settings or the reset settings.Open
config.inc.php
file in the phpmyadmin folderInstead of
change it to:
Do not specify any password and put the user name as it was before, which means
root
.E.g.
This worked for me after i had edited my
config.inc.php
file.Username: root
Password:
(No password set)
In my case it was
Using : Wamp server 3.1.0