How to find out mySQL server ip address from phpmyadmin

前端 未结 6 1827
半阙折子戏
半阙折子戏 2020-12-24 13:31

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

6条回答
  •  既然无缘
    2020-12-24 13:58

    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

提交回复
热议问题