From: Fred Lindberg Date: March 29 1999 10:56pm Subject: Re: Problem with --host paramter to mysql List-Archive: http://lists.mysql.com/mysql/1166 Message-Id: <19990329225827.5441.qmail@id.wustl.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit 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)