On Thu, 22 Aug 2002, Austad, Jay wrote:

> Anyone know how to make mysql only listen on 127.0.0.1?
>
> Also, does anyone know how to make a PHP script use mysql over a Unix socket
> connection?
>
Preferred method is to just use a Unix filesystem socket and not
turn on the TCP/IP socket at all. Barring that I believe you can limit
access to localhost, but the socket would appear on all interfaces
anyway.

-- 
Daniel Taylor
dante at plethora.net