I am having trouble to login to with phpmyadmin in Ubuntu system.
Username - root Password - empty
but still it show me error like below
#1045 - Access denied for user 'root'@'localhost' (using password: NO)
Help me to solve it Thank you.
I am having trouble to login to with phpmyadmin in Ubuntu system.
Username - root Password - empty
but still it show me error like below
#1045 - Access denied for user 'root'@'localhost' (using password: NO)
Help me to solve it Thank you.
This is the correct answer:
sudo dpkg-reconfigure -plow phpmyadmin
I sloved it with below steps:
1) Open
config.inc.php
file2) Change file permition to write
3) Add below line to the file
4) Change file parmissions to original again
5) Restart server
6) open
in terminal, type
The user file will get open Just check the username like
And password like
Just copy this username and password without quotes in login page.