PHPMyAdmin HTTP auth works, but not cookie auth
- by ssmy
I'm running PHPMyAdmin version 3.3.2 on Ubuntu 10.04, fully updated. Recently, the authentication for PHPMyAdmin stopped working. It would return the error 1045. However, login on the command line still worked.
I switched to HTTP authentication instead of cookie auth, and now it works fine.
Any ideas why this could be, or what I could do to make…