I have access to my server\'s phpmyadmin. But how can I find that mysql\'s Ip address from phpmyadmin. My webserver and mysql is using different IPs.
Is there any w
You can ssh to your server and run this command
ln -s /usr/share/phpmyadmin /var/www/phpmyadmin
It worked for me..