Cannot Login To phpMyAdmin

Posted by Zach Dziura on Super User See other posts from Super User or by Zach Dziura
Published on 2012-03-14T05:03:29Z Indexed on 2012/04/05 23:33 UTC
Read the original article Hit count: 239

Filed under:
|
|

I'm running a simple LAMP server at home from which I host a personal blog. The server is running Arch Linux, with the latest-and-greatest versions of Apache, MySQL, and PHP. In order to easily maintain the databases, I installed phpMyAdmin. However, I cannot login. If I were to SSH into the server and run mysql -u <user> -p <password>, no errors show up and I'm immediately placed into the MySQL prompt. No problem.

However, when I try to log in with phpMyAdmin, using those exact same credentials, nothing happens. No errors, no nothing, I'm just redirected back to the login page.

Did I do something wrong?

Thanks in advance for any and all answers!

© Super User or respective owner

Related posts about mysql

Related posts about lamp