Re: slow connection from localhost

2009-06-08 Thread Raymond Steigerwalt
Did you try --skip-name-resolve ? Not sure if you are using any sort of caching, but memcahced may be a solution to mitigate some of the load for reads. 2009/6/8 Jancsok Akos > hi, > > I need some urgent help. We have encountered a problem, when we try to > connect in shell with a mysql cli

slow connection from localhost

2009-06-08 Thread Jancsok Akos
hi, I need some urgent help. We have encountered a problem, when we try to connect in shell with a mysql client to the mysqld (via socket or via localhost). The connection takes 5 to 50 seconds, or it happens that the connection is fast, but then the "use somethingdb;" needs 5 to 50 seconds. W

Re: Slow connection over VPN

2009-02-16 Thread Prathima Rao
it depends on the vpn router if u need more info let me know - Original Message - From: "Duncan, Kurt (MCUSA)" To: Sent: Tuesday, February 17, 2009 12:09 AM Subject: Slow connection over VPN We have an application using mysql. When we run it locally there are no issues.

Slow connection over VPN

2009-02-16 Thread Duncan, Kurt (MCUSA)
We have an application using mysql. When we run it locally there are no issues. If we try and connect to a remote database machine over VPN it works but takes a VERY long time to get anything done. We are using the exact same database. All other programs using the same VPN run fine and the spee

RE: Slow Connection from PHP to MySQL 5.0

2004-04-16 Thread Matt Chatterley
like to keep it installed on Windows at the moment - because it's more convenient to debug (and restart)! Cheers, Matt > -Original Message- > From: [EMAIL PROTECTED] [mailto:mysql-list- > [EMAIL PROTECTED] > Sent: 15 April 2004 20:29 > To: Matt Chatterley > Subject: Re:

Slow Connection from PHP to MySQL 5.0

2004-04-15 Thread Matt Chatterley
Hi Folks. I've seen similar questions asked both here, and via a google search - but I haven't found an answer which has helped yet - so heres hoping!! I run a Linux webserver which has PHP 4 installed, and am currently prototyping a design using MySQL 5.0-alpha on Windows 2K professional. The tw

Slow Connection to MySql 4 Host

2003-06-12 Thread Harta Teo
My MySql4.1 run on RH Linux 9. I found when I coonect to MySql Host, it take so long. How to fine tune it. Thanks.

Re: One slow connection make mysql slow

2002-05-07 Thread Gelu
[EMAIL PROTECTED] - Original Message - From: "Luca Vertua" <[EMAIL PROTECTED]> To: "Gelu" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, May 07, 2002 7:52 PM Subject: Re: One slow connection make mysql slow > Ok, I'm agree w

Re: One slow connection make mysql slow

2002-05-07 Thread Luca Vertua
TECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, May 07, 2002 6:45 PM Subject: Re: One slow connection make mysql slow > Hi, > My opinion: > For sure is not a bug. > Perhaps the client lock the table for read/write before access the table and &

Re: One slow connection make mysql slow

2002-05-07 Thread Gelu
] [EMAIL PROTECTED] - Original Message - From: "Luca Vertua" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 07, 2002 6:34 PM Subject: One slow connection make mysql slow > I use mysql to register data in an account

One slow connection make mysql slow

2002-05-07 Thread Luca Vertua
I use mysql to register data in an accounting system, comunications happen in a 200 Mbit network and database is really fast, so lock situation ( ie delete after a long select ... ) is really fast and does not create problems. When I connect from a dialup connection obviously query take the same t

One slow connection make mysql slow

2002-05-06 Thread Luca Vertua
I use mysql to register data in an accounting system, comunications happen in a 200 Mbit network and database is really fast, so lock situation ( ie delete after a long select ... ) is really fast and does not create problems. When I connect from a dialup connection obviously query take the same t

slow connection

2002-03-23 Thread Okan CIMEN
Hello, I am running 3.23.49-nt on Win2K advanced server w/ 2GB of RAM. When I try to make a connection from our web server using JDBC, it takes about 30 seconds to connect to MySQL. There is nothing wrong with network connection or something else. In mu opinion the main result is the number of

Re: Very slow connection times.

2001-03-20 Thread Sinisa Milivojevic
Paul Coleman writes: > I am running mysql version 3.23.35 on a linux platform. > The hardware platform is a PIII 700 with 500Mb of ram and a fast SCSI drive. > The server is currently supporting about 200 concurrent connections, with a > view to up this to a couple of thousand. > > My probl

Re: Very slow connection times.

2001-03-20 Thread Richard Ellerbrock
This is documented in the manual as a "kernel fork bomb". See manual for solution. -- Richard Ellerbrock [EMAIL PROTECTED] >>> "Paul Coleman" <[EMAIL PROTECTED]> 2001/03/21 12:35:28 >>> I am running mysql version 3.23.35 on a linux platform. The hardware platform is a PIII 700 with 500Mb of ram

Very slow connection times.

2001-03-20 Thread Paul Coleman
I am running mysql version 3.23.35 on a linux platform. The hardware platform is a PIII 700 with 500Mb of ram and a fast SCSI drive. The server is currently supporting about 200 concurrent connections, with a view to up this to a couple of thousand. My problem is the time it takes to make a conne