I have PHP 5.4 set up, and now MySQL developer 5.5 both installed on my local machine and both working fine separately.
When I go to phpMyAdmin (localhost/phpmyadmin) I receive no errors and the login screen appears perfectly. Only problem I have is that I can’t log in. It just comes back to the login screen when I submit login.
I figure it has something to do with the database not running on localhost or with PHP not connecting correctly to the database.
Is there anything I should look at to confirm connection between the two etc?
Take note: I have spent a few hours already Google’ing for solutions.
The problem was solved by removing PHP and uninstalling MySQL and finally installing WAMP server.