Stuck on Login PhpMyAdmin
Posted
by TMP
on Server Fault
See other posts from Server Fault
or by TMP
Published on 2010-01-05T13:01:56Z
Indexed on
2010/03/26
8:03 UTC
Read the original article
Hit count: 271
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?
© Server Fault or respective owner