Re: MySQL clients hang when network to server is disrupted!

2002-03-21 Thread Sinisa Milivojevic
On Wed, 20 Mar 2002 16:00:15 -0800 Lance Welsh <[EMAIL PROTECTED]> wrote: > It is a big problem for us, and I can only imagine for anyone using > MySQL, when a mysql client hangs on an established connection to > the mysql server because the network to the server is disrupted > (such as someone p

MySQL clients hang when network to server is disrupted!

2002-03-20 Thread Lance Welsh
It is a big problem for us, and I can only imagine for anyone using MySQL, when a mysql client hangs on an established connection to the mysql server because the network to the server is disrupted (such as someone pulling power to a network hub or many other scenarios). We have changed the source

RE: MySQL Clients Hang

2002-02-04 Thread Bill MacAllister
--On Saturday, February 02, 2002 2:16 AM -0600 Ed Carp <[EMAIL PROTECTED]> wrote: >> >> I have not completely figured out what the problem is and I never got a >> >> response from any one else on the list. I can tell you it looks like a >> >> mutex problem between two threads. We have followe

RE: MySQL Clients Hang

2002-02-02 Thread Ed Carp
> >> I have not completely figured out what the problem is and I never got a > >> response from any one else on the list. I can tell you it looks like a > >> mutex problem between two threads. We have followed it down into > >> pthreads > >> where it seems to be stuck. The external symptom we s

Re: RE: MySQL Clients Hang

2002-02-01 Thread Ed Carp
Bill MacAllister ([EMAIL PROTECTED]) writes: > > Is this a MySQL issue or not? I'm not sure - I just downloaded > > MySQL-3.23.47-1.i386.rpm and installed it (this is supposedly the static > > version of the server, no?) and it gave me exactly the same result, which if > > it was a Linux issue,

RE: MySQL Clients Hang

2002-01-29 Thread Bill MacAllister
--On Tuesday, January 29, 2002 2:08 AM -0600 Ed Carp <[EMAIL PROTECTED]> wrote: >> What seems to be happening is that the "open" of the db hangs. So, when >> you attempt to connect with a client, mysql tries to look at the grant >> tables and hangs waiting for access. This is just a guess thoug

RE: MySQL Clients Hang

2002-01-28 Thread Ed Carp
> What seems to be happening is that the "open" of the db hangs. So, when > you attempt to connect with a client, mysql tries to look at the grant > tables and hangs waiting for access. This is just a guess though. When you connect with a client, mysql_real_connect opens a socket to the server,

RE: MySQL Clients Hang

2002-01-28 Thread Bill MacAllister
--On Monday, January 28, 2002 04:11:53 PM -0600 Ed Carp <[EMAIL PROTECTED]> wrote: >> --On Monday, January 28, 2002 11:52:08 AM -0600 Ed Carp <[EMAIL PROTECTED]> >> wrote: >> >> > Hi, Bill! Did you ever get this issue resolved? I've got the same >> > problem - MySQL starts, but no clients c

re: MySQL Clients Hang

2002-01-28 Thread Bill MacAllister
--On Monday, January 28, 2002 11:52:08 AM -0600 Ed Carp <[EMAIL PROTECTED]> wrote: > Hi, Bill! Did you ever get this issue resolved? I've got the same > problem - MySQL starts, but no clients can connect, not even mysqladmin. > TIA :) I have not completely figured out what the problem is a

MySQL Clients Hang

2002-01-14 Thread Bill MacAllister
Hello, We had a development box running Red Hat 6.1 on it. Over the Christmas weekend someone hacked into this system, installed bitchx on it, and filled up the disk among other things. One of the consequences of the attack was that MySQL stopped functioning. MySQL appears to start correctl

mysql clients hang on error (4.0, Tru64 precompiled)

2001-11-19 Thread mkc
>Description: The mysql clients hang on a server error with mysql 4.0 (Tru64 precompiled). I can see with truss that the client is receiving an error message from the server, but it doesn't react. >How-To-Repeat: $ mysqlshow mysql notable >Fix: ? >Submitter-