|
From: Cary R. <ca...@to...> - 2006-08-14 17:44:11
|
Sorry, I mis-read your post. This MySQL option may be closer to what you want.
--bind-address={IP Address}
I'm not sure if this parameter recognizes eth0 or not, but if you
have only one IP on eth0.. well.. you get the idea.
At 11:37 AM 8/14/2006, you wrote:
>Another suggestion. Not that this is the exact same as you were
>wanting to do, but just might give you the same results.
>You can set your my.ini file to "--skip-networking". See description
>from man pages below.
>
> --skip-networking
>
> Don't listen for TCP/IP connections at all. All
>interaction with mysqld must be made via named pipes or shared
> memory (on Windows) or Unix socket files (on Unix). This
>option is highly recommended for systems where only
> local clients are allowed. See Section 5.6, How MySQL Uses DNS.
>
>At 12:01 PM 8/14/2006, you wrote:
>
> >On 14/Aug/2006 00:42 The Nice Spider wrote ..
> > > Is there a parameter in the webmin where I can set
> > > mysqld listen only on eth0?
> >
> >No .. as far as I know, mysql doesn't support this.
> >You could achieve the same effect with a firewall rule
> >to block connections to the mysql port (3306) on other
> >interfaces though.
> >
> > - Jamie
>
>
>-------------------------------------------------------------------------
>Using Tomcat but need to do more? Need to support web services, security?
>Get stuff done quickly with pre-integrated technology to make your job easier
>Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>-
>Forwarded by the Webmin mailing list at web...@li...
>To remove yourself from this list, go to
>http://lists.sourceforge.net/lists/listinfo/webadmin-list
|