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?
Sometimes if you delete your temporary files in windows in
and
it works.
Please go to
c:\xampp\tmp
folder and delete all the files. It works for me may help you.Please try changing
connect_type
in yourconfig.inc.php
from 'tcp' to 'http'. This file exists in the phpMyAdmin top level directory.Existing line looks like this:
New line should be looking like this:
Go to
C:\Users\YourUser\AppData\Local\Temp
Delete all the files.It will work.
If your operating system is Windows 7:
If your operating system is Linux (Ubuntu):
Good Luck
Instead of
localhost
, type this in your address barlocalhost:<PORT>
(e.g.localhost:88
)