MySQL Forums
Forum List  »  Newbie

Re: MySQL through TCP [SOLUTION]
Posted by: a user
Date: November 13, 2007 02:09PM

mysql uses libwrap. so you need the correct entries hosts.allow and hosts.deny files in the /etc/ directory.

This goes in the format of:

<SERVICE> : <CLIENT-IP> : ALLOW/DENY

To accept mysql connections from the same computer (i.e. localhost) via TCP you need:

mysqld : 127.0.0.1 : ALLOW

in your /etc/hosts.allow file.

Options: ReplyQuote


Subject
Written By
Posted
November 12, 2007 08:21PM
November 13, 2007 09:26AM
November 13, 2007 01:50PM
Re: MySQL through TCP [SOLUTION]
November 13, 2007 02:09PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.