I've got this MySQL DB which now others on the LAN need to see. MySQL, though, believes its IP address is the loopback address b/c it thinks the computer host name is "localhost". I tricked MySQL by changing the hosts file (local host now points to 192.blahblahblah), which seemed easiest for now. So how do I fix this for real? There must be a simple way that I've missed. I'm using the admin package that MySQL suggests, MySQL Administrator. Please pardon my noobishness...