Re: network interfaces

2003-10-17 Thread Director General: NEFACOMP
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

Re: network interfaces

2003-10-16 Thread Matt W
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