Re: mysqld does not bind to TCP/IP

2001-05-10 Thread Iasen Hristov
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

Re: mysqld does not bind to TCP/IP

2001-05-10 Thread Jeremy Zawodny
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

mysqld does not bind to TCP/IP

2001-05-10 Thread Iasen Hristov
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