-- How do i find out what my IP Address of my MySQL host is?
SHOW VARIABLES WHERE Variable_name = 'hostname';
SHOW VARIABLES WHERE Variable_name = 'port';
-- http://serverfault.com/questions/129635/how-do-i-find-out-what-my-ip-address-of-my-mysql-host-is