RE: timeout

2009-01-17 Thread Martin Gainty
. > Date: Sat, 17 Jan 2009 07:51:55 -0600 > Subject: Re: timeout > From: jlyons4...@gmail.com > To: mzamils...@gmail.com > CC: mysql@lists.mysql.com > > First, be sure you can access the host - try pinging it. > > Second, if you can ping the computer so you know the

Re: timeout

2009-01-17 Thread Jim Lyons
First, be sure you can access the host - try pinging it. Second, if you can ping the computer so you know there's no network issue, be sure you've got the mysql permissions to connect from that host to either the server or the database (if you specify one). You may have permission to connect loca

Re: timeout

2009-01-17 Thread Claudio Nanni
If you do not connect probably you have a firewall in between, and it is not a timeout problem. You should ask your network administrators to open, if possible, that port for you. Another option is to ssh to the host and do a local connection to the MySQL instance. Cheers Claudio Nanni 2009/1/17

Re: timeout?

2003-08-11 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Maciej Bobrowski wrote: > Hi, > > We have a java server connected to mysql v. 4.1.0. It connects and remains > connected (it should). Some people work on it from about 7 a.m till about > 3 p.m. In the morning when we come to work, we can see the link

Re: Timeout for table/row locking

2001-05-24 Thread Daniel BI
Hello sql, I wonder if there is a timeout for a lock when the user cancel a script. Let's suupose I use non-persistent connection. Also, what happens if I use persistent connection, does the table/row remains locked for ever?... Thanx, anybody :) Daniel BI --