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>