Stuck on Login PhpMyAdmin
- by TMP
Hi.
I've isntalled phpmyadmin via apt-get.
I've set the apache env-vars to the correct user:group.
I've set ownership of /etc/apache2 and /etc/phpmyadmin to this user:group.
I've restarted both apache2 and mysql several times.
My Problem: When I access [ServerIP]/phpmyadmin I get the login screen, I enter the information, and i'm right back at the login screen, with not even an error "permission denied" or "password wrong" or whatever. The only things thats different is the URL: Instead of the Original
http://[ServerIP]/phpmyadmin/index.php
I am now at
http://[ServerIP]/phpmyadmin/index.php?token=[Long Hex string here]
However, still the login dialog.
My Question: How Do I fix this?