This may be the serverfault question.
I am using XAMPP in my system.I want to access the PHPMyadmin from my network’s another computer.How can I achieve this?
Update:
I want to access through my application also.So How can I connect in this
mysql_connect(path,'root','')
And also I have changed in Apache httpd.conf file like this
<Directory />
Options FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Enter this in your other computer?
You can find out your IP by double-clicking on your network connection and looking at the second tab.
Edit: If you set the permissions correctly in MySQL, you can use
to connect.