Sample Header Ad - 728x90

How could I connect to MySQL database running on WAMP server from other computers in same LAN?

4 votes
5 answers
63084 views
I'm new in web development. I'm requesting help from all of you. My problem is: I installed WAMP server in my desktop computer. My desktop computer has a static LAN IP (192.168.0.101). I'm able to access WAMP server homepage from my other computers connected to the same network by using the LAN IP (192.168.0.101). But while I was trying to access phpMyAdmin from other computer it says: > Forbidden. You don't have permission to access/phpmyadmin/ on this server. Apache/2.4.9(Win64) PHP/5.5.12 Server at 192.168.0.101 Port 80. I also tried to connect to the MySQL database running on my desktop computer using cmd in other computer by the following code, mysql -h 192.168.0.101 -u root -p (there is no password for root user). Please help me how could I be able to access phpMyAdmin and MySQL database from other computer connected to the same network.
Asked by Al-Amin Khan (75 rep)
Oct 11, 2014, 07:07 AM
Last activity: Jun 13, 2024, 04:18 PM