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
MySQL doesn't care what IP its on. Closest you could get would be hostname:
select * from GLOBAL_variables where variable_name like 'hostname';