Lost connection to MySQL server during query - on long queries

2005-06-01 Thread Amir Shay
Hello, Each time we run long queries (over around 5 seconds) the mySQL server fails and restarts (you can see it in the error log that starts with "Database page corruption on disk or a fail.." and then there is a dump...) and the query return with "Lost connection to MySQ

Re: Lost connection to MySQL server during query problem

2005-05-31 Thread Gleb Paharenko
Hello. You should solve the issue with server crashes. I'm not familiar with JDBC, and if changing the values of parameters with SET statement doesn't work with JDBC, probably somebody clever on the list could help you. You may forward your message to: http://lists.mysql.com/java

Re: Lost connection to MySQL server during query problem

2005-05-27 Thread Amir Shay
JDBC (check the error log)? Sometimes you should increase interactive_timeout as well. A lot of variables usually could be changed using SET statement. See: http://dev.mysql.com/doc/mysql/en/system-variables.html >Sometimes when querying mySQL 4.1.11 on Linux machine I get the error >"

Re: Lost connection to MySQL server during query problem

2005-05-26 Thread Gleb Paharenko
: http://dev.mysql.com/doc/mysql/en/system-variables.html >Sometimes when querying mySQL 4.1.11 on Linux machine I get the error >"Lost connection to MySQL server during query". Here are the symptoms > > > > 1.When running the query from the server

Lost connection to MySQL server during query problem

2005-05-25 Thread Amir Shay
Hi, Sometimes when querying mySQL 4.1.11 on Linux machine I get the error "Lost connection to MySQL server during query". Here are the symptoms 1. When running the query from the server it returns OK 2. When running the query from another machine using the mySQL query

Re: problem-Lost connection to MySQL server during query

2005-05-24 Thread Gleb Paharenko
Hello. Resolve a stack trace. See: http://dev.mysql.com/doc/mysql/en/using-stack-trace.html > Hi, > This is my first time to instll mysql. So I have not so much > experience. I am apprecia ted your help! > Now I check my mysqld.log file, there is something like: > > mysqld got si

problem-Lost connection to MySQL server during query

2005-05-24 Thread Ying Sun
Hi, I install Mysql 4.1.12-0 by rpm. When I try to create a table, it give me "Lost connection to MySQL server during query". My query is like: CREATE TABLE ArrayBatch ( id int(11) NOT NULL auto_increment, arrayType int(11) NOT NULL default '0', descr text NOT NU

Re: problem-Lost connection to MySQL server during query

2005-05-24 Thread Gleb Paharenko
Hello. Have you looked into error log? Server could die during the query execution. >Dear there, > >I met some problem when I try to use \. command to create several >tables from a file in >mysql. I got error as follows: >ERROR 2013 (HY000): Lost connection to M

problem-Lost connection to MySQL server during query

2005-05-24 Thread Ying Sun
Dear there, I met some problem when I try to use \. command to create several tables from a file in mysql. I got error as follows: ERROR 2013 (HY000): Lost connection to MySQL server during query ERROR 2006 (HY000): MySQL server has gone away No connection. Trying to reconnect... ERROR 2002

Re: Lost connection to Mysql server during query using a group by clause and sub query

2005-05-19 Thread Ware Adams
On May 19, 2005, at 12:51 AM, Dan Rossi wrote: Hi there, I am having issues with this funny error message. I am trying to do a sub query and then a group by clause on a date. However i keep getting this annoying message for some reason. Happens via terminal aswell as my sql gui. Here is the

Lost connection to Mysql server during query using a group by clause and sub query

2005-05-18 Thread Dan Rossi
Hi there, I am having issues with this funny error message. I am trying to do a sub query and then a group by clause on a date. However i keep getting this annoying message for some reason. Happens via terminal aswell as my sql gui. Here is the query I am trying to do select (select count(disc

Re: ERROR 2013: Lost connection to MySQL server during query

2005-04-21 Thread Michael Gale
Daniel Kasak wrote: Michael Gale wrote: Hello, Earlier today I tried to make some table alterations on a mysql server (4.0.24) and kept on receiving this error: ERROR 2013: Lost connection to MySQL server during query I would login to the server, either through the socket or using the IP. Then

Re: ERROR 2013: Lost connection to MySQL server during query

2005-04-20 Thread Daniel Kasak
Michael Gale wrote: > Hello, > > Earlier today I tried to make some table alterations on a mysql server > (4.0.24) and kept on receiving this error: > > ERROR 2013: Lost connection to MySQL server during query > > I would login to the server, either through the socket

ERROR 2013: Lost connection to MySQL server during query

2005-04-20 Thread Michael Gale
Hello, Earlier today I tried to make some table alterations on a mysql server (4.0.24) and kept on receiving this error: ERROR 2013: Lost connection to MySQL server during query I would login to the server, either through the socket or using the IP. Then connect to a database and try the

Re:ERROR 2013: Lost connection to MySQL server during query

2005-03-21 Thread TheRefUmp
Hi, I'm having a similar problem using the LOAD DATA. I get an intermittent error: ERROR 2013 (HY000) at line 1: Lost connection to MySQL server during query The command is: LOAD DATA local infile 'pipefile' into table FACT_TABLE fields terminated by '~' lines termin

ERROR 2013: Lost connection to MySQL server during query

2005-03-18 Thread sol beach
ysql> LOAD DATA CONCURRENT LOCAL INFILE '../data/mysql/initial_20050318_102517/page_path.tab4' -> REPLACE INTO TABLE page_path -> FIELDS TERMINATED BY '^' OPTIONALLY ENCLOSED BY '"' LINES TERMINATED BY '\n' -> (PAGE_PATH_ID,NAME,DATE

''Lost connection to MySQL server during query'' on Stored Procedure

2005-01-07 Thread Holger Sunke
Hello, I just installed MySQL 5.0.2 (on Debian Sarge) and started to do some experimets with "Stored Procedures". I very often get the error "Lost connection to MySQL server during query" when executing such a self created Procedure. Sometimes the same Precedure works

"Lost connection to MySQL server during query" after 4.1 upgrade

2004-11-26 Thread Gustafson, Tim
Hello All! I have had mySQL 3.2 running on my server for about 2 years now without incident. Recently upgraded to 4.1, and suddenly I'm getting the following message from queries: "Lost connection to MySQL server during query" This is in response to a PHP script issuing a que

Re: Lost Connection To Mysql....................................Roime

2004-11-24 Thread Gleb Paharenko
y i used Red Hat Fedora...But when > i am trying to connect to mysql server i got this error > message. > > "ERROR 2013: Lost connection to MySQL server during query" > > And i am also trying to killall my mysqld and start the mysql > server through mysql ke

Lost Connection To Mysql....................................Roime

2004-11-24 Thread roime puniran
i have mysql server located in in machine that used Red Hat 8.0 and my mysql server version was 3.23.58. I am trying to connect using my machine..And currently i used Red Hat Fedora...But when i am trying to connect to mysql server i got this error message. "ERROR 2013: Lost connecti

Lost Connection to MySQL server during Data Load

2004-10-06 Thread Roy Harrell
I'm trying to import data in a sparsely populated table from a text file. I've attempted this with mysqlimport and the LOAD DATA command. In each case I get an ERROR 2013: Lost connection to MySQL server during query. My tables are InnoDB type and the database is small. I'm runni

Re: Lost connection to MySQL server during query & bind-address

2004-09-17 Thread Egor Egorov
Marten Lehmann <[EMAIL PROTECTED]> wrote: > Redhat Enterprise Linux 3, self-build mysql 4.0.20 (server and client). OKay, here's the problem - a self-built MySQL. Unfortunately, due to some glibc bugs it's not really possible to build a stable MySQL under linux using stock glibc... And the pro

Re: Lost connection to MySQL server during query & bind-address

2004-09-14 Thread Marten Lehmann
Hello, Tell us the OS, the MySQL server and client version and the build information (custom or binary downloaded from MySQL.com). Redhat Enterprise Linux 3, self-build mysql 4.0.20 (server and client). This *might* be a problem of resolver in glibc. I don't see a reason why it should be a resolver

Re: Lost connection to MySQL server during query & bind-address

2004-09-13 Thread Egor Egorov
Marten Lehmann <[EMAIL PROTECTED]> wrote: > I'm experiencing a strange thing: When bind is running without > "bind-address" everything works fine. But when I'm doing a "bind-address > = ..." the clients get "Lost connection to MySQL server dur

Lost connection to MySQL server during query & bind-address

2004-09-12 Thread Marten Lehmann
Hello, I'm experiencing a strange thing: When bind is running without "bind-address" everything works fine. But when I'm doing a "bind-address = ..." the clients get "Lost connection to MySQL server during query". I don't understand this, because

Re: Cannot connect via TCP ("Lost connection to MySQL server during query")

2004-08-12 Thread Matt Winckler
Michael Stassen wrote: What hardware and OS? How did you get and install mysql? MySQL supplied binary? 3rd party binary? Built from source? If the answer is not "MySQL supplied binary", my first suggestion would be to try that to see if the problem goes away. Michael That did end up being the

Re: Cannot connect via TCP ("Lost connection to MySQL server during query")

2004-08-12 Thread Matt Winckler
Michael Stassen wrote: What hardware and OS? Pentium II 300, 192 MB RAM, almost-brand-new 80GB hard drive, running Gentoo Linux (kernel 2.4.25-gentoo). How did you get and install mysql? MySQL supplied binary? 3rd party binary? Built from source? If the answer is not "MySQL supplied binary",

Re: Cannot connect via TCP ("Lost connection to MySQL server during query")

2004-08-12 Thread Michael Stassen
ting mysqld, this works fine: $ mysql -h localhost But the following command does not: $ mysql -h 127.0.0.1 ERROR 2013: Lost connection to MySQL server during query Running "mysqladmin version" immediately after getting the error confirms that the server did crash and come back up. If I

Cannot connect via TCP ("Lost connection to MySQL server during query")

2004-08-12 Thread Matt Winckler
and I get the "ERROR 2013: Lost connection to MySQL server during query" error. This happens to me using both version 4.0.18 and 4.0.20 (I was running .20 and downgraded to .18 to see if that fixed the problem. It didn't, but I haven't upgraded back to .20 again yet.) So for i

Re: ERROR 2013: Lost connection to MySQL server during query

2004-07-09 Thread Batara Kesuma
> I am running Debian sarge with MySQL 4.0.20. My problem is I can > connect from localhost, but when I try to connect from other host this > error comes up: > ERROR 2013: Lost connection to MySQL server during query Sorry I found the answer. I have ALL:ALL in hosts.deny -- M

ERROR 2013: Lost connection to MySQL server during query

2004-07-09 Thread Batara Kesuma
Hi, I am running Debian sarge with MySQL 4.0.20. My problem is I can connect from localhost, but when I try to connect from other host this error comes up: ERROR 2013: Lost connection to MySQL server during query I tried from many clients, included MySQL 4.0 and MySQL 3.23, but they all got same

Lost connection to MySQL server during query

2004-06-08 Thread Don Dachner
MySQL Version 3.23.52 on Red Hat Linux Trying to establish an ODBC connection to the MySQL server from a windows 2000 server and get the error: "MySQL ODBC Driver ver 03.51.06" "Lost Connection to MySQL server during query" On the MySQL server, there is only one

Re: error 2013 : Lost connection to MySQL server during query

2004-06-07 Thread Daniel Whitener
r message "2013 : Lost connection to MySQL server during query" during inserts on a lightly-loaded mysql server. I also noticed the following error in the error log... Version: '4.0.20-standard-log' socket: '/tmp/mysql.sock' port: 3306 040603 16:25:48 Aborted conn

error 2013 : Lost connection to MySQL server during query

2004-06-03 Thread Daniel Whitener
Hello all, I'm getting the error message "2013 : Lost connection to MySQL server during query" during inserts on a lightly-loaded mysql server. I also noticed the following error in the error log... Version: '4.0.20-standard-log' socket: '/tmp/mysql.sock'

Re: ERROR 2013 at line 7: Lost connection to MySQL server during query

2004-04-07 Thread Ginger Cheng
I think this is the problem (cited from mysqld.log) Some pointers may be invalid and cause the dump to abort... followed by my query to create the tmp table But I am not sure how to fix it. ginger -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:ht

Re: ERROR 2013 at line 7: Lost connection to MySQL server during query

2004-04-07 Thread Ginger Cheng
Hi, The max packet site is 1048576. But I don't think it is a problem cuz I have successfully outputted the result of this query before. I checked mysqld.log. This is the tail I think might related to the problem: Number of processes running now: 0 040406 22:22:01 mysqld restarted Cannot initi

Re: ERROR 2013 at line 7: Lost connection to MySQL server during query

2004-04-07 Thread Victor Pendleton
f some large query to a temporary > table and then query from there. But all my trials ended up 'ERROR 2013 at > line 7: Lost connection to MySQL server during query' before creating the > temporary table. The version of MySQL is 3.23.54, for redhat-linux-gnu > (i386). Does an

ERROR 2013 at line 7: Lost connection to MySQL server during query

2004-04-07 Thread Ginger Cheng
Hello, MySQL gurus, I have been trying to output the result of some large query to a temporary table and then query from there. But all my trials ended up 'ERROR 2013 at line 7: Lost connection to MySQL server during query' before creating the temporary table. The version of MySQL

Re: Lost connection to MySQL server during query - pls help

2003-12-13 Thread Matt W
t; Sent: Friday, December 05, 2003 12:14 AM Subject: Lost connection to MySQL server during query - pls help Hi Guys, I have a problem with "Error 2013 - Lost connection to MySQL server during query" I'm using mysql 3.23.41 under Linux Mandrake, and mysql 4.0.15 under Win XP Pro. They t

Remote connection: "Lost connection to MySQL server during query"

2003-12-10 Thread Hannes Mayer
erver version: 4.1.0-alpha-log Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> select unix_timestamp(); ERROR 2013 (HY000): Lost connection to MySQL server during query This error occurs on EVERY query, no matter how simple: i.e. show databases;

Re: Lost connection to MySQL server during query - pls help

2003-12-07 Thread Kiky
; <[EMAIL PROTECTED]>; "Kiky" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, December 06, 2003 12:56 AM Subject: RE: Lost connection to MySQL server during query - pls help > At 10:44 -0600 12/5/03, Jay Blanchard wrote: > >[snip] > >Ple

RE: Lost connection to MySQL server during query - pls help

2003-12-05 Thread Paul DuBois
At 10:44 -0600 12/5/03, Jay Blanchard wrote: [snip] Please upgrade you MySQL Windows client to 4.0.16 there is a bug with net_read_timeout and net_write_timeout on 4.0.15 that disconnect when the query takes more than 30 secons. [/snip] Can you elaborate on this, we have not seen this problem See t

Re: Lost connection to MySQL server during query - pls help

2003-12-05 Thread Egor Egorov
"Kiky" <[EMAIL PROTECTED]> wrote: > I have a problem with > "Error 2013 - Lost connection to MySQL server during query" > > I'm using mysql 3.23.41 under Linux Mandrake, and mysql 4.0.15 under Win XP Pro. > They turn out to have the same error. >

RE: Lost connection to MySQL server during query - pls help

2003-12-05 Thread Jay Blanchard
[snip] Please upgrade you MySQL Windows client to 4.0.16 there is a bug with net_read_timeout and net_write_timeout on 4.0.15 that disconnect when the query takes more than 30 secons. [/snip] Can you elaborate on this, we have not seen this problem -- MySQL General Mailing List For list archives:

Re: Lost connection to MySQL server during query - pls help

2003-12-05 Thread miguel solorzano
At 14:14 5/12/2003 +0800, Kiky wrote: Hi Guys, I have a problem with "Error 2013 - Lost connection to MySQL server during query" I'm using mysql 3.23.41 under Linux Mandrake, and mysql 4.0.15 under Win XP Pro. They turn out to have the same error. Please upgrade you MySQL Wi

Lost connection to MySQL server during query - pls help

2003-12-04 Thread Kiky
Hi Guys, I have a problem with "Error 2013 - Lost connection to MySQL server during query" I'm using mysql 3.23.41 under Linux Mandrake, and mysql 4.0.15 under Win XP Pro. They turn out to have the same error. My problem is: I have a Java program which is actually a thread to sen

Re: auto_increment with FOREIGN KEY UPDATE CASCADE courses Lost connection to MySQL server

2003-10-28 Thread Heikki Tuuri
--- -----------+ 1 row in set (0.00 sec) mysql> - Original Message - From: "vinita vigine MURUGIAH" <[EMAIL P

Re: auto_increment with FOREIGN KEY UPDATE CASCADE courses Lost connection to MySQL server

2003-10-28 Thread Victoria Reznichenko
softwareID | softwareName | softwareVers | installedDate | > softwareSource | softwareNote | localMods | > ++--+--+---+-+--+---+ > | vi-3 | vim | 1.1 | 2003-10-28| > www.test.com.au | NULL | NULL | > ++--+--+-

auto_increment with FOREIGN KEY UPDATE CASCADE courses Lost connection to MySQL server

2003-10-27 Thread vinita vigine MURUGIAH
| localMods | ++--+--+---+-+--+---+ | vi-3 | vim | 1.1 | 2003-10-28| www.test.com.au | NULL | NULL | ++--+--+---+-+--+---+ 1 row in set (0.00 sec) mysql>

"Lost connection to MySQL server during query" when try connect to MySQL

2003-10-12 Thread Heo, Jungsu
Hello, I got "Lost connection to MySQL server during query" from time to time when connecting to MySQL server. Using following PHP code, $this -> conn = mysql_connect( $host, $c_user,

Re: Lost Connection to MySQL server during query

2003-09-09 Thread Matt W
PROTECTED]> Sent: Tuesday, September 09, 2003 10:36 AM Subject: Lost Connection to MySQL server during query > I have a script that is processing data from a single table and splitting it > into smaller normalized tables. > > > > The script takes anywhere between 5-10 minutes to co

RE: [PHP] Lost Connection to MySQL server during query

2003-09-09 Thread Donald Tyler
I am using mysql_connect. But I just changed it to mysql_pconnect and it did exactly the same thing. -Original Message- From: Marek Kilimajer [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 10:48 AM To: Donald Tyler Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Lost Connection to

Lost Connection to MySQL server during query

2003-09-09 Thread Donald Tyler
with subsequent runs (To see if it incorrectly creates duplicates of records etc), after a couple of minutes the script ends with an error message saying "Lost connection to MySQL server during query". During the first run, the script is mostly just chopping up the data and placing it

Lost connection to MySQL server during query

2003-07-15 Thread Keith Bussey
Hello all, After changing RAM and the ethernet card of my DB server, the problem of getting frequent: Database error (error code 102) Could not connect to database server (Lost connection to MySQL server during query) Still occurs ;/ I've tried to eliminate all factors (like multiple se

2013: Lost connection to MySQL server during query & ERROR 1129: Host 'webfrontend' is blocked because of many connection errors. Unblock with 'mysqladmin flush-hosts'

2003-07-07 Thread Stefan Andersen
uffer_size=64M set-variable= query_cache_size=64M My Problem is... I restarted my mysql server last nite - and suddenly this afternoon my error reporting system flushed me with theese 2 errors happining at connect time: 2013: Lost connection to MySQL server during query

Re: ERROR 2013:Lost connection to MySQL server

2003-07-01 Thread Heikki Tuuri
3 1:10 AM Subject: Re: ERROR 2013:Lost connection to MySQL server > On Wed, Jul 02, 2003 at 12:55:38AM +0300, Heikki Tuuri wrote: > ... > > 4.0.13 has better diagnostics. Please upgrade to it if you are not using > > MySQL replication. > > Is there something wrong with

Re: ERROR 2013:Lost connection to MySQL server

2003-07-01 Thread Pete Harlan
On Wed, Jul 02, 2003 at 12:55:38AM +0300, Heikki Tuuri wrote: ... > 4.0.13 has better diagnostics. Please upgrade to it if you are not using > MySQL replication. Is there something wrong with 4.0.13's replication, or does it not replicate properly with 4.0.12? --Pete -- MySQL General Mailing Li

Re: ERROR 2013:Lost connection to MySQL server

2003-07-01 Thread Heikki Tuuri
Miguel, best to upgrade to 4.0.13 because it has better diagnostics. Regards, Heikki - Original Message - From: "Miguel Perez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, July 02, 2003 1:03 AM Subject: Re: ERROR 2

Re: ERROR 2013:Lost connection to MySQL server

2003-07-01 Thread Miguel Perez
CTED]>,<[EMAIL PROTECTED]> Subject: Re: ERROR 2013:Lost connection to MySQL server Date: Wed, 2 Jul 2003 00:55:38 +0300 Miguel, the failing assertion is in dict_load_table(): ut_a(DB_SUCCESS == dict_load_foreigns(table->name)); Are you sure you do not have foreign keys wh

Re: ERROR 2013:Lost connection to MySQL server

2003-07-01 Thread Heikki Tuuri
<[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, July 02, 2003 12:47 AM Subject: Re: ERROR 2013:Lost connection to MySQL server > I am running the 4.0.12 version > For those tables I don't have FOREIGN KEYS here is the table desc. > >

Re: ERROR 2013:Lost connection to MySQL server

2003-07-01 Thread Miguel Perez
r(10) NOT NULL default '', FDFECSURT datetime NOT NULL default '-00-00 00:00:00', FNPEDSALDO decimal(12,2) NOT NULL default '0.00', FCFOLIOPARAM int(11) NOT NULL default '0', FDFECIMPFACTURA datetime NOT NULL default '-00-00 00:00:00'

Re: ERROR 2013:Lost connection to MySQL server

2003-07-01 Thread Fred van Engen
On Tue, Jul 01, 2003 at 04:09:26PM -0500, Miguel Perez wrote: > The OS I'm using is Red Hat 7.3, and the mysql version is 4.0 > > The wierd thing is that I could access those tables but just after I > rebooted my PC > I couldn't access the 2 tables. > The log files has the following: > > "030701

Re: ERROR 2013:Lost connection to MySQL server

2003-07-01 Thread Heikki Tuuri
ailing.database.mysql Sent: Wednesday, July 02, 2003 12:11 AM Subject: Re: ERROR 2013:Lost connection to MySQL server > The OS I'm using is Red Hat 7.3, and the mysql version is 4.0 > > The wierd thing is that I could access those tables but just after I > rebooted my PC > I couldn&

Re: ERROR 2013:Lost connection to MySQL server

2003-07-01 Thread Miguel Perez
Greetings From: Fred van Engen <[EMAIL PROTECTED]> To: Miguel Perez <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: ERROR 2013:Lost connection to MySQL server Date: Tue, 1 Jul 2003 21:23:41 +0200 Hi, On Tue, Jul 01, 2003 at 02:13:23PM -0500, Miguel Perez wrote: > I have the

Re: ERROR 2013:Lost connection to MySQL server

2003-07-01 Thread Fred van Engen
Hi, On Tue, Jul 01, 2003 at 02:13:23PM -0500, Miguel Perez wrote: > I have the following problem, when I try to connect to my DB servicios > I get connected succesfully, but when I try to access certain tables I get > the error > "ERROR 2013: Lost connection to MySQL server

ERROR 2013:Lost connection to MySQL server

2003-07-01 Thread Miguel Perez
Hi folks: I have the following problem, when I try to connect to my DB servicios I get connected succesfully, but when I try to access certain tables I get the error "ERROR 2013: Lost connection to MySQL server during query" but only with those certain tables, to be more specific ther

Re: ERROR 2013: Lost connection to MySQL server during query on LOAD LOCAL IN FILE

2003-06-21 Thread miguel solórzano
id is 257 to server version: 4.0.14-log Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> use sqlreg3; Database changed mysql> LOAD DATA LOCAL INFILE 'C:\\ProjetosD6\\MySQLBackup\\binario\\cfgimpressao.dat' INT O TABLE cfgimpressao

ERROR 2013: Lost connection to MySQL server during query on LOAD LOCAL IN FILE

2003-06-20 Thread Dyego Souza do Carmo
INFILE 'C:\\ProjetosD6\\MySQLBackup\\binario\\cfgimpressao.dat' INT O TABLE cfgimpressao; ERROR 2013: Lost connection to MySQL server during query mysql> The Files of table are in FTP the names is: cfgimpressao.dat.zip - The zipped Data of File ( saved with the OUTFILE command, pl

RE: Lost connection to MySQL server during query

2003-06-06 Thread Dathan Vance Pattishall
-->-Original Message- -->From: Alec Smith [mailto:[EMAIL PROTECTED] On Behalf Of Alec -->Smith -->Sent: Friday, June 06, 2003 11:24 AM -->To: [EMAIL PROTECTED] -->Subject: Lost connection to MySQL server during query --> -->Hi - --> -->[Perhaps not exac

Lost connection to MySQL server during query

2003-06-06 Thread Alec Smith
onnect('mailers:192.168.50.201','admin',...) failed: Lost connection to MySQL server during query at ./dialer line 24 Can't call method "prepare" on an undefined value at ./dialer line 28. The client machines are RH9 also, using the 3.23.56 libraries and clients shi

Re: Error 2013 - Lost connection to MySQL server during query

2003-03-04 Thread Suporte
Now, it's working fine ! Thanks a lot Nivaldo - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, March 04, 2003 12:12 AM Subject: Re: Error 2013 - Lost connection to MySQL server during quer

Re: Error 2013 - Lost connection to MySQL server during query

2003-03-03 Thread [EMAIL PROTECTED]
Suporte schrieb: Hi I installed MySQL on a server running RedHat 8.0 and it's working fine. But when I try to connect to MySQL from a remote station, using MySQL Control Center, or even using the command-line "mysql", I get the message: "Error 2013 - Lost connection to

Error 2013 - Lost connection to MySQL server during query

2003-03-03 Thread Suporte
Hi I installed MySQL on a server running RedHat 8.0 and it's working fine. But when I try to connect to MySQL from a remote station, using MySQL Control Center, or even using the command-line "mysql", I get the message: "Error 2013 - Lost connection to MySQL server durin

"Error 2013: Lost connection to mysql server during query"

2003-03-03 Thread Bob Verity
Like several other people I noticed on the web, I am receiving an error message "Error 2013: Lost connection to mysql server during query", however I can not find the results of you corrections? Can you please point me to the place where I can find a fix for this error? T

Re: Lost connection to MySQL server during query

2003-02-19 Thread KH Chiu
eja@'%' IDENTIFIED BY 'amanraheja'; > > I DID THE SAME STEPS ON ANOTHER BOX WITH Linux Slackware box with mysql > 3.23.39 > > When I try to login using a remote client in both the servers, > Slackware box allows me but RedHat BOX gives me the following error > &

Lost connection to MySQL server during query

2003-02-19 Thread Aman Raheja
I DID THE SAME STEPS ON ANOTHER BOX WITH Linux Slackware box with mysql 3.23.39 When I try to login using a remote client in both the servers, Slackware box allows me but RedHat BOX gives me the following error "Lost connection to MySQL server during query" I also downloaded and instal

re: Lost connection to MySQL server during query

2003-01-16 Thread Egor Egorov
On Thursday 16 January 2003 00:32, Gustavo A. Baratto wrote: > This old bug reappeared after the upgrading mysql from version 3.23.54a > (rpm provided by mysql.com) to version 4.0.8-gamma (binary provided by > mysql.com as well). > > Using redhat 7.1 glibc 2.2.4-31 (which is supposed to fix this p

Re: Lost connection to MySQL server during query at ... After upgrade to 3.23.54

2003-01-15 Thread Gustavo A. Baratto
MAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 15, 2003 2:34 PM Subject: Lost connection to MySQL server during query at ... After upgrade to 3.23.54 > Hi all, > > Pure randomly my server tells me the its > > Lost connection to MySQL server during query at .

Lost connection to MySQL server during query

2003-01-15 Thread Gustavo A. Baratto
This old bug reappeared after the upgrading mysql from version 3.23.54a (rpm provided by mysql.com) to version 4.0.8-gamma (binary provided by mysql.com as well). Using redhat 7.1 glibc 2.2.4-31 (which is supposed to fix this problem) This server has glibc 2.2.4-31 installed for quite a while, a

Lost connection to MySQL server during query at ... After upgrade to 3.23.54

2003-01-15 Thread Patrick de Kievit
Hi all, Pure randomly my server tells me the its Lost connection to MySQL server during query at ... This all happened after my upgrade to version 3.23.54. I searched google and read some threads here. A possible solution is to DOWNGRADE some libc files? Tell me is this the only solution

Re: Desperate - failed: Lost connection to MySQL server during query

2003-01-02 Thread Gelu Gogancea
ECTED] [EMAIL PROTECTED] - Original Message - From: "Chris Faust" <[EMAIL PROTECTED]> To: "John P" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, January 02, 2003 6:54 AM Subject: RE: Desperate - failed: Lost connection to MySQL serve

RE: Desperate - failed: Lost connection to MySQL server during query

2003-01-02 Thread Chris Faust
ng to believe its the root of all my problems. Its been a wild week!! Thanks -Chris >> -Original Message- >> From: John P [mailto:[EMAIL PROTECTED]] >> Sent: Saturday, December 28, 2002 1:45 PM >> To: Chris Faust; [EMAIL PROTECTED] >> Subject: Re: Desperate

Re: Desperate - failed: Lost connection to MySQL server during query

2002-12-28 Thread John P
> If you are running close to the same setup with no problems then I feel a > little better about it not being a issue of pure traffic. Yes, we operate in a very similar way to you. (BTW, we have had very good results with a PHP based cache facility that simply stores the db driven pages over a se

RE: Desperate - failed: Lost connection to MySQL server during query

2002-12-28 Thread Chris Faust
Yes, I do connect to the DB server over IP - in short this is what I do within MAIN of all my scripts (and $db is what is used anyplace a DB connection is needed) ## # Database Setup # - # my $dbpassfile = '/websites/web_f

Re: Desperate - failed: Lost connection to MySQL server during query

2002-12-28 Thread Mark
- Original Message - From: "Chris Faust" <[EMAIL PROTECTED]> To: "Mark" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, December 28, 2002 1:18 PM Subject: RE: Desperate - failed: Lost connection to MySQL server during query > I really

RE: Desperate - failed: Lost connection to MySQL server during query

2002-12-28 Thread Chris Faust
If you are running close to the same setup with no problems then I feel a little better about it not being a issue of pure traffic. As for the scripts, its a heavy reliance on the database for information - pretty much the whole site is like a classifieds ads system. Other then the advance searche

RE: Desperate - failed: Lost connection to MySQL server during query

2002-12-28 Thread Chris Faust
ist fast!! Thanks -Chris >> -Original Message- >> From: Doug Thompson [mailto:[EMAIL PROTECTED]] >> Sent: Saturday, December 28, 2002 7:33 AM >> To: Chris Faust; Mark; [EMAIL PROTECTED] >> Subject: RE: Desperate - failed: Lost connection to MySQL server during >> query

RE: Desperate - failed: Lost connection to MySQL server during query

2002-12-28 Thread Doug Thompson
Chris: I bet a dollar to a donut that you have a hardware problem. The essential proof is in the first quoted paragraph below. Believe your data, save your hair. Regards, Doug Filter That! SQL MySQL Query On Sat, 28 Dec 2002 07:18:07 -0500, Chris Faust wrote: >One other test I did was put

RE: Desperate - failed: Lost connection to MySQL server during query

2002-12-28 Thread Chris Faust
of 5 scripts bomb out with >> > the message of: >> > >> > "failed: Lost connection to MySQL server during query" >> > >> > As load gets higher then the rate of failure gets higher. >> >> >> I lack the necessary info on your sc

Re: Desperate - failed: Lost connection to MySQL server during query

2002-12-28 Thread Mark
- Original Message - From: "Chris Faust" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 27, 2002 10:22 PM Subject: Desperate - failed: Lost connection to MySQL server during query > The problem is this, everytime the web server starts to wo

Desperate - failed: Lost connection to MySQL server during query

2002-12-27 Thread Chris Faust
ot;failed: Lost connection to MySQL server during query" As load gets higher then the rate of failure gets higher. There is NOTHING being reported by mysql on the DB server, even with warnings turned on - no DB restarts or nothing like that and at no time is load of any concern on the DB server nor do

Error 2013: Lost connection to MySQL server

2002-12-19 Thread Aaron J. Martin
mysql client connectiosn work fine on localhost, but connections from other hosts on local area network fail with the following error: ERROR 2013: Lost connection to MySQL server during query This is an existing installation. I had mysql-3.23.33 working and was trying to upgrade to a more

Lost connection to MySQL server during query.

2002-12-05 Thread Theodore Reph
Oops. I should have been paying more attention to the lost connection thread. What does the "Lost connection to MySQL server during query" error message mean and where can I find more information about it? I just installed the DBTools on a XP box. When I try to connect to by Linux box

Re: Lost connection to MySQL server during query

2002-11-26 Thread Mark
- Original Message - From: "Victoria Reznichenko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 26, 2002 4:44 PM Subject: re: Lost connection to MySQL server during query > Mark, > Tuesday, November 26, 2002, 7:32:15 AM, you wrote: &g

re: Lost connection to MySQL server during query

2002-11-26 Thread Victoria Reznichenko
t; like this: M> DBD::mysql::st execute failed: Lost connection to MySQL server during query M> at /usr/libdata/perl/5.00503/News/MySQL/User.pm line 209. M> The log is very non-telling; it mostly bales at something entirely trivial; M> M&

Lost connection to MySQL server during query

2002-11-25 Thread Mark
Yes, again. :( Although reluctantly, I finally decided to upgrade to 3.23.53a (on FreeBSD 4.7R), in the hope to get rid of these annoying errors. Alas, 6 out of 10 times when I start a MySQL application, I get an error like this: DBD::mysql::st execute failed: Lost connection to MySQL server

Lost connection to MySQL server during query

2002-11-11 Thread André Sartori
Hi, I installed a new RedHat 8.0. When i connect to server, i received this message: #mysql -h vtron ERROR 2013: Lost connection to MySQL server during query # What is it ?? - Before posting, please check: http

RE : Keep getting "Lost connection to MySQL server during query"during initial connection

2002-11-10 Thread Ruslan Talpa
The problem is not in MySQL but in glibc take a look at this http://www.weberdev.com/phorum/read.php?f=2&i=1562&t=1562 I've tried upgrading and it didn't work. Can someone tell me what should be done for a RH 8.0 box? Thaks - B

Keep getting "Lost connection to MySQL server during query" during initial connection

2002-11-08 Thread William_dw -- Sqlcoders
Hi!, I hope someone a little more knowledgeable in mySQL can help me with this... We just got a new box setup (standard mySQL install) called BoxA, every time we try to connect to mySQL from a remote location(BoxB) we get the "Lost connection to MySQL server during query" message. T

Re: Lost Connection to MySQL Server during query

2002-11-02 Thread Eric Frazier
Hi, Isn't it time to add a manual section like this one http://www.mysql.com/doc/en/Communication_errors.html on the Lost Connection to MySQL Server during query? These emails come in at a regualr rate, they seem to vary in cause somewhat, and I still have not solved my own problem with

<    1   2   3   >