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
As an alternative, since you know the hostname, resolve the database server IP via hostname from the web server.
http://php.net/manual/en/function.gethostbyname.php