When I was trying to connect my phpmyadmin
on my XAMPP
, it gave an error:
#2002 - No connection could be made because the target machine actively refused it.
Can any help me to resolve it?
When I was trying to connect my phpmyadmin
on my XAMPP
, it gave an error:
#2002 - No connection could be made because the target machine actively refused it.
Can any help me to resolve it?
Assuming you're trying to connect to http://localhost/phpmyadmin.
From XAMPP control panel start both the Apache module and the MySQL module.
Go to :
open the file config.inc.php Go to line no:31
Change the line to :
Restart your system.
Reference
Open xampp control panel and click on config in front of MySQL after that open my.ini file and replace 3306 to another port like 3307 in all file. it will change your MySQL port which was conflicting with another application.