AJ>> According to the docs, MySQL listens for outside connections.
AJ>> I'm going to use MySQL from the localhost, and I don't want it
AJ>> to bind to the eth interface. Is there a way to restrict it to
AJ>> the loopback interface?
In /etc/my.cnf:
[mysqld]
skip-networking
Prevents mysql from listening to network, only listens to socket.
--
[EMAIL PROTECTED] \/ There shall be counsels taken
Stanislav Malyshev /\ Stronger than Morgul-spells
phone +972-3-9316425 /\ JRRT LotR.
http://sharat.co.il/frodo/ whois:!SM8333
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]