|
From: <jca...@we...> - 2006-08-14 19:03:48
|
Do you know if there is a my.cnf directive for this too? Webmin can manag=
e my.cnf, but not mysqld command line options (which are typically fixed =
in the init.d script).
- Jamie
-----Original Message-----
From: Cary Robinson <ca...@to...>
Subj: Re: [webmin-l] Running mysqld on certain interface?
Date: Mon 14 Aug 2006 10:44 am
Size: 2K
To: Webmin users list <web...@li...>
Sorry, I mis-read your post. This MySQL option may be closer to what you =
want.
--bind-address=3D{IP Address}
I'm not sure if this parameter recognizes eth0 or not, but if you=20
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 D=
NS.
>
>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 e=
asier
>Download IBM WebSphere Application Server v.1.0.1 based on Apache Geroni=
mo
>http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D=
121642
>-
>Forwarded by the Webmin mailing list at web...@li....=
net
>To remove yourself from this list, go to
>http://lists.sourceforge.net/lists/listinfo/webadmin-list
-------------------------------------------------------------------------
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 ea=
sier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronim=
o
http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D=
121642
-
Forwarded by the Webmin mailing list at web...@li....n=
et
To remove yourself from this list, go to
http://lists.sourceforge.net/lists/listinfo/webadmin-list
--- message truncated ---
|