Cannot log-in in the install of phpmyadmin on Ubuntu
- by Sylario
I just installed phpmyadmin and i am trying to login in /phpmyadminpath/setup.
I am greeted by an invite similar to an apache protected folder (log/password displayed in a browser pop-up, not an html popup) asking for login pass.
I cannot login using system password(root) or mysql passsword(also root)
I already have rails app using this mysql, and i checked the mysql password in the config files.
I cannot run any mysql command in my console because of the following error :
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
What is wrong with phpmyadmin and mysql?