Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 01 Oct 2002 16:14:53 -0600
From:      Joe Lewis <joe@sharktooth.org>
To:        freebsd-questions <freebsd-questions@freebsd.org>
Subject:   MySQL denying access
Message-ID:  <3D9A1E5D.5000507@sharktooth.org>

next in thread | raw e-mail | index | archive | help
Hello!

I recently discovered that libwrap was used to control access in the 
MySQL (3.23.52) port.  So, we edited the /etc/hosts.allow file to allow 
access to a few hosts.  Only one of those hosts is actually getting a 
connection.

The non-working connection is (using "telnet host 3306") returning :
   Trying 192.168.1.14...
   Connected to dbhost.isp.com.
   Escape character is '^]'.
   Connection closed by foreign host.

 From localhost (from the working connection, the result is similar) :
   Trying 127.0.0.1...
   Connected to localhost.
   Escape character is '^]'.
   (
   3.23.52"g3d"y^H0,

So, what could be possibly not granting the connection?  Is there 
anything else that I need to know about?  (the privilege tables have 
been edited to use other hosts, so that is not effecting the deal.  The 
manner in which the privilege tables are arranged would make the first, 
working host function like the non-working host.)

So, can someone point me in the right direction?  The version is a 
GENERIC 4.6.2-RELEASE from August 14th.

Joe


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D9A1E5D.5000507>