Finding Host Name of a MYSQL server from PHPMYADMIN Interface

Some time you want to know the host name of mysql server , but you have only access to the PHMYADING interface.

Login to phpmyadmin interface

You can use this command:

SELECT * FROM `GLOBAL_VARIABLES` WHERE `VARIABLE_NAME` LIKE ‘hostname’;

host