Re: Log file full of Got an error reading communication packets

2005-10-06 Thread Ian Collins
received from GLEB http://dev.mysql.com/doc/mysql/en/communication-errors.html I am going down that path right now Thanks Randy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 21, 2005 8:19 AM To: Randy Paries Cc: mysql@lists.mysql.com Subje

RE: Log file full of Got an error reading communication packets

2005-09-21 Thread Randy Paries
] [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 21, 2005 8:19 AM To: Randy Paries Cc: mysql@lists.mysql.com Subject: Re: Log file full of Got an error reading communication packets "Randy Paries" <[EMAIL PROTECTED]> wrote on 09/21/2005 08:56:13 AM: > Hello, > My log file

Re: Log file full of Got an error reading communication packets

2005-09-21 Thread SGreen
"Randy Paries" <[EMAIL PROTECTED]> wrote on 09/21/2005 08:56:13 AM: > Hello, > My log file is getting filled with these. > Can someone tell me what these mean? > > Thanks > Randy > //-snip-// > 050122 20:28:00 Aborted connection 53561 to db: 'u

Re: log file

2005-07-18 Thread Bruce Ferrell
enable the bin log in mysql. It doesn't log "transactions" i.e. what it was, what it became, but the update will be logged prathima rao wrote: hi, how to create a log file of the updates done on the data in visual basic or in mysql for a particular record for example i have a purchase orde

Re: Log file format?

2003-10-29 Thread Hassan Schroeder
Egor Egorov wrote: It's a process id. You can see it in the output of SHOW PROCESSLIST. So, each Id represents a thread, and each thread represents a connection? So an entry like this in the query log: 031029 9:56:43 6 Quit :: would represent a connection returned to the pool through an ex

Re: Log file format?

2003-10-29 Thread Egor Egorov
Hassan Schroeder <[EMAIL PROTECTED]> wrote: > If this is documented anywhere, I sure can't find it, so -- > > The query log fields are headed: Time, Id, Command, Argument. > > What is 'Id'? It's a process id. You can see it in the output of SHOW PROCESSLIST. -- For technical support contract

re: log file...

2002-09-17 Thread Victoria Reznichenko
antispam, Monday, September 16, 2002, 11:25:31 PM, you wrote: aafdn> my log file (hostname.log) was soo large and i just deleted it(back up) and created a new file called hostname.log but mysql does not stores anything in the log file.. (i did mysqladmin aafdn> log-flush and server stop and s

Re: Log file size

2001-06-06 Thread Peter Billson
Kenneth Kopelson wrote: > > Look into the Linux "logrotate" daemon. It allows you to configure what > happens with logs. That would work if the problem I'm looking to solve was predictable - i.e. I have a busy site and I run logrotate three times a day to make sure the logs haven't gotten too

Re: Log file size

2001-06-06 Thread Kenneth Kopelson
Look into the Linux "logrotate" daemon. It allows you to configure what happens with logs. At 06:44 AM 6/6/01 -0400, Peter Billson wrote: >I'm running mySQL on Linux and was wondering is there a way to limit the >maximum log file size? > > From time to time I have written a bad script that w