Hmm, pretty interesting
> netstat -an | grep 3306
gives:
tcp0 0 0.0.0.0:33060.0.0.0:*
LISTEN
I guess this is because I am a DHCP client.
I tried again with the --bind-address option and it seems to work.
As you said, pretty simple, I must have done some
On Thu, May 10, 2001 at 04:11:33PM -0400, Iasen Hristov wrote:
>
> I am not able to make mysqld to bind to a TCP port. It works with
> UNIX sockets just fine, but not with TCP.
>
> Bellow you will see the output of the version command.
>
> I have Mandrake 7.2. First I tried with the installation
I am not able to make mysqld to bind to a TCP port. It works with UNIX
sockets just fine, but not with TCP.
Bellow you will see the output of the version command.
I have Mandrake 7.2. First I tried with the installation that came with
Mandrake (3.23.23). Then I installed the 3.23.37 version. Aga