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

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