surely if you have connected to the mysql server, then you have connected using either a hostname or an ip address.
if you have the hostname, get the ip using [man]gethostbyname[/man]
if you have the ip, get the hostname using [man]gethostbyaddr[/man]
adam