THIS IS NOT A DUPLICATED POST
I installed Phpmyadmin in my Ubuntu station, then I tried to connect but I can't , it doesn't show any error message, when I try differnent wrong user/pass, it shows error message, I followed both this
phpMyAdmin won't let me login - no error shown
and this
Cannot login to phpMyAdmin, no errors shown
But didn't help, I can connect to mysql no problem, and I use mySql for my localhost, so no other user. I edited php.ini :
session.save_path = "/var/lib/php/sessions"
and I changed the permissions / owner of that file :
#ls -l
>>drwxrwxrwx 2 www-data www-data /sessions
Every try of connection creates already a session that I can find in /var/lib/php/sessions, so I don't think it is problem of connection, in apache error.log I see nothing.