On Tue, 30 Mar 1999 00:53:24 +0200, seth@stripped wrote:
> mysql --host=name does not name resolve properly
> How-to-repeat shows that `mysql` can make a connection
> and --host=ip works fine. But --host=name-that-corresponds-to-IP
> does not work.
Check your resolver setup. pc126.psy.aau.dk does not resolve to an IP
address on your host. Test by:
% host pc126.psy.aau.dk
This works here, but most likely not on your computer.
Also, connecting to "localhost" or without --host-name will connect via
a unix domain socket, rather than via the network, which is faster.
-Sincerely, Fred
(Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)