I installed the latest xampp with mysql version 14.14 Distrib. 5.6.21, the problem is in my computer. I already have a mysql database installed by another program that I am using.
So, I am setting up the mysql xampp port to 3307 (3306 by default) inside the my.ini file. However, now my localhost / phpmyadmin seems to be reading the database installed by another program, not the one located in xampp, and also when I test using some php files, it shows that I am connected to the database, even if xampp off (xampp mysql is also disabled).
How to change the setting of my phpmyadmin and localhost to connect to mysql port 3307?
I am new to these issues and do not understand how all these ports and databases work very well. Any comments are welcome. Hope someone can tell me a little about this. thanks in advance
source share