I'm having troubles logging in to PhpMyAdmin. When I press "login" after typing in my credentials, it just keeps going back to the login screen. I could login perfectly a few days ago. I don't know what I've done that's causing this.

I can login to mysql perfectly in the shell (mysql -D database -u user -ppassword). My sites are running as expected. What could this be?

Logging in works fine in Firefox, but not in Chrome or IE See reply #4 in this topic: https://sourceforge.net/projects/phpmyadmin/forums/forum/72909/topic/4479151

link|improve this question
Have you tried clearing the cache in Chrome and IE? – Moif Murphy Dec 23 '11 at 11:06
yes I have cleared the cache – mattyh88 Dec 26 '11 at 10:13
feedback

migrated from superuser.com Dec 23 '11 at 9:11

This question came from our site for computer enthusiasts and power users.

2 Answers

Probably what happened is you opened a URL and the browser was redirected to the login page. But when you log in, the redirect is still cached (because PMA doesn't specify not to cache it). If you have submitted the login form, try reloading the page and it should let you in.

link|improve this answer
thx for the reply, i tried what you said, but didn't work. Cleared the cache in Chrome and IE – mattyh88 Dec 23 '11 at 16:50
feedback

After googling this issue for ages I finally figured out what it was in my case. The problem was that google chrome does a validity check against the timestamp of the cookie (or something like this). Simply make sure that the server with PMA installed on it has the correct date/time settings and isn't out of sync. This should fix your problem.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.