|
From: Cary R. <ca...@to...> - 2006-08-14 17:34:02
|
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
|