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 [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message