Disable innodb status info in err log

2010-03-17 Thread Anand
Hi All, Innodb status information is getting logged on to my mysql error log file for every 15 seconds, can someone help in disabling it ? Thanks Anand

RE: Disable innodb status info in err log

2010-03-17 Thread Shanmugam, Dhandapani
anand Do you use innodb engine at all further -D -Original Message- From: sanan...@gmail.com [mailto:sanan...@gmail.com] On Behalf Of Anand Sent: Wednesday, March 17, 2010 3:00 PM To: mysql@lists.mysql.com Subject: Disable innodb status info in err log Hi All, Innodb status

Re: Disable innodb status info in err log

2010-03-17 Thread RaMeSh
[mailto:sanan...@gmail.com] On Behalf Of Anand Sent: Wednesday, March 17, 2010 3:00 PM To: mysql@lists.mysql.com Subject: Disable innodb status info in err log Hi All, Innodb status information is getting logged on to my mysql error log file for every 15 seconds, can someone help in disabling

Re: Disable innodb status info in err log

2010-03-17 Thread Anand kumar
innodb engine at all further -D -Original Message- From: sanan...@gmail.com [mailto:sanan...@gmail.com] On Behalf Of Anand Sent: Wednesday, March 17, 2010 3:00 PM To: mysql@lists.mysql.com Subject: Disable innodb status info in err log Hi All, Innodb status information is getting

Re: Disable innodb status info in err log

2010-03-17 Thread Jesper Wisborg Krogh
On 17/03/2010, at 9:10 PM, Anand kumar wrote: you are right sir , the variables innodb_status_file will write the show innodb status information on to the file innodb_status.PID ... however for me the innodb status is logging into the default error log file... i dont have any clue on how

Re: Disable innodb status info in err log

2010-03-17 Thread Anand Kumar
Jesper, I dont have a table called innodb_monitor on any of my databases, i gone through the links which you mentioned here.. but no luck.. Thanks Anand S On Wed, Mar 17, 2010 at 5:06 PM, Jesper Wisborg Krogh jes...@noggin.com.auwrote: On 17/03/2010, at 9:10 PM, Anand kumar wrote: you are

Re: how to disable InnoDB and MyISAM on ndb cluster

2009-01-01 Thread Eric Bergen
server machines, currently I'm using 2 data nodes, 2 management nodes and two mysqld server nodes which were combine with same data directory in SAN. SAN for the collect binary logs only. What need to know are, 1. Is it possible to disable InnoDB and MyISAM engines while using the ndb

how to disable InnoDB and MyISAM on ndb cluster

2008-12-27 Thread Nipuna Perera
. Is it possible to disable InnoDB and MyISAM engines while using the ndb cluster in mysqld servers, if it is yes, can you tell me the way of doing it? 2. Is there having any disterbance for ndb cluster by disabling the InnoDB and MyISAM? Thanks and Regards, -- Nipuna Perera නිපුණ පෙරේ‍රා http

RE: Disable InnoDB

2003-07-08 Thread Paul DuBois
are small. Cheers, Mun Heng, Ow H/M Engineering Western Digital M'sia DID : 03-7870 5168 -Original Message- From: Mike Blezien [mailto:[EMAIL PROTECTED] Sent: Saturday, July 05, 2003 9:03 AM To: [EMAIL PROTECTED] Subject: Re: Disable InnoDB Thanks, that did the trick :) Jeremy Zawodny

RE: Disable InnoDB

2003-07-08 Thread Ow Mun Heng
PROTECTED] Sent: Wednesday, July 09, 2003 11:02 AM To: Ow Mun Heng; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Disable InnoDB At 9:46 +0800 7/7/03, Ow Mun Heng wrote: Hi, This may be a stupid question but can I still just ask it? Why do you want to disable the use of InnoDB

RE: Disable InnoDB

2003-07-06 Thread Ow Mun Heng
InnoDB Thanks, that did the trick :) Jeremy Zawodny wrote: On Fri, Jul 04, 2003 at 07:26:54PM -0500, Mike Blezien wrote: Hello, Happy 4th to all :) Anyway, I am attempt to temporarily disable InnoDB tables. We just setup on a new RH/Linux 7.3 server that had the MySQL version 4.0.13 from

Disable InnoDB

2003-07-04 Thread Mike Blezien
Hello, Happy 4th to all :) Anyway, I am attempt to temporarily disable InnoDB tables. We just setup on a new RH/Linux 7.3 server that had the MySQL version 4.0.13 from RPM's, pre-installed... but we currently don't need the InnoDB tables but may in the near future... I've commented out all

Re: Disable InnoDB

2003-07-04 Thread Jeremy Zawodny
On Fri, Jul 04, 2003 at 07:26:54PM -0500, Mike Blezien wrote: Hello, Happy 4th to all :) Anyway, I am attempt to temporarily disable InnoDB tables. We just setup on a new RH/Linux 7.3 server that had the MySQL version 4.0.13 from RPM's, pre-installed... but we currently don't need

Re: Disable InnoDB

2003-07-04 Thread Mike Blezien
Thanks, that did the trick :) Jeremy Zawodny wrote: On Fri, Jul 04, 2003 at 07:26:54PM -0500, Mike Blezien wrote: Hello, Happy 4th to all :) Anyway, I am attempt to temporarily disable InnoDB tables. We just setup on a new RH/Linux 7.3 server that had the MySQL version 4.0.13 from RPM's, pre

Disable InnoDB

2002-11-25 Thread Jacob Friis Larsen
Can i get more speed by disabling InnoDB tables, if I'm only using MyISAM and HEAP tables? Any warnings about this? Regards, Jacob http://www.sharksforum.com sql - Before posting, please check:

Re: Disable InnoDB

2002-11-25 Thread Dyego Souza do Carmo
. to disable the InnoDB only put this line: skip-innodb in your my.cnf on [mysqld] section. but, only disable InnoDb not get more speed in your application , check the variables: key_buffer join_buffer sort_buffer This variables are very important in case of MyISAM tables. no warnings bye