Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Here's the scenario:
I'm running WAMP and accessing localhost for PHPmyadmin

I tried to connect other computer using my ip address, example 192.168.1.1/phpmyadmin but it shows access denied,
I try to Wamp>> Edit Apache , localhost/phpmyadmin/ Alias, and change some settings Like adding this lines "Allow from all" so that all Lans can connect to my computer, I also edited HTTPD.CONF in Apache,but still cant connect still no access, how should I fix this? I need help pls
Posted
Updated 16-Nov-15 22:00pm
v2

1 solution

Hello,

Have you checked the error.log file in HTTPD_HOME\logs folder? Do you see any error there? If not have you checked your firewall settings? It's likely that your firewall is blocking the inbound connections. Add a new rule in your Windows Firewall to allow connection on the PORT on which HTTPD server is listening.

Please also ensure that you have edited the config.iinc.php file as advised on the phpmyadmin[^] website.


Regards,
Prasad P. Khandekar
 
Share this answer
 
Comments
Rencyrence 18-Nov-15 0:54am    
Thanks it helps i also disabled Windows firewall :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900