es" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, October 17, 2003 03:42
Subject: Re: network interfaces
> Hi Dan,
>
> Instead of skip-networking, use bind-address in my.cnf:
>
> bind-address=192.168.0.1
>
> I think you can just specify 1 IP lik
Hi Dan,
Instead of skip-networking, use bind-address in my.cnf:
bind-address=192.168.0.1
I think you can just specify 1 IP like that. So... you either have 1)
listening on no IP (skip-networking), 2) listening on 1 IP
(bind-address), or 3) listening on all IPs (the default).
BTW, I think even w