How to reconfigure phpmyadmin?

Error: ""
Cannot connect: invalid settings.
Connection for controluser as defined in your configuration failed.

I was using LAMPP with mysql password as root. Then I installed xampp on Ubuntu 15.04. After that I'm unable to access my phpmyadmin page.

I tried changing config file removing cookies but still the same error.

1

2 Answers

run the command:

sudo dpkg-reconfigure phpmyadmin

You need to reconfigure it because lamp and xampp run phpmyadmin in different ports. So, it is probably a port conflict. You can also open server.xml in your lampp and change the port no. which would be different from that of xampp. Then both MySQL (of xampp and lamp as well) will run.

3

Just run the command:

sudo dpkg-reconfigure phpmyadmin

enter image description here

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like