Wednesday, May 15, 2024
 Popular · Latest · Hot · Upcoming
38
rated 0 times [  38] [ 0]  / answers: 1 / hits: 134667  / 1 Year ago, sun, january 15, 2023, 4:26:19
Error: "http://localhost/phpmyadmin/index.php"  

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.


More From » apache2

 Answers
7

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.


[#19327] Tuesday, January 17, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
restlerfin

Total Points: 347
Total Questions: 112
Total Answers: 108

Location: Ukraine
Member since Wed, Dec 16, 2020
3 Years ago
;