Re: only myisam storage engine

2008-04-03 Thread Ananda Kumar
you mean to day, i install mysql using source. But i have installed using binary, is there any way i can do it . regards anandkl On 4/3/08, Uwe Kiewel <[EMAIL PROTECTED]> wrote: > > Ananda Kumar schrieb: > > > Hi All, > > i set the skip-innodb in my.cnf, but when i do the below, it still > > sh

Re: only myisam storage engine

2008-04-03 Thread Uwe Kiewel
Ananda Kumar schrieb: Hi All, i set the skip-innodb in my.cnf, but when i do the below, it still shows some default values assigned to innodb parameters, can i avoid this as there is some amount of memory allocated to innodb, and i dont what that. I want all resource to allocated to only myisam.

Re: only myisam storage engine

2008-04-03 Thread Ananda Kumar
Hi All, i set the skip-innodb in my.cnf, but when i do the below, it still shows some default values assigned to innodb parameters, can i avoid this as there is some amount of memory allocated to innodb, and i dont what that. I want all resource to allocated to only myisam. Please let me know how

Re: only myisam storage engine

2008-04-01 Thread Ananda Kumar
Hi All, Thanks a lot for you reply. Will do this setup. regards anandkl On 4/2/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi, > Enter in my.cnf file > [mysqld] > skip-bdb > skip-innodb > > Regards > Rakesh > > -Original Message- > From: Ananda Kumar [mailto:[EMAIL PROTECTED] >

RE: only myisam storage engine

2008-04-01 Thread rakesh.gupta1
Hi, Enter in my.cnf file [mysqld] skip-bdb skip-innodb Regards Rakesh -Original Message- From: Ananda Kumar [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2008 9:59 AM To: MySql Subject: only myisam storage engine Hi All, We have a linux box running debain, with 8 cpu and 8 GB RAM,

Re: only myisam storage engine

2008-04-01 Thread Eric Bergen
You can set the skip-innodb option in my.cnf -Eric On Tue, Apr 1, 2008 at 9:28 PM, Ananda Kumar <[EMAIL PROTECTED]> wrote: > Hi All, > We have a linux box running debain, with 8 cpu and 8 GB RAM, we want only > myisam engine to be running on this. > > So, should i not setup any innodb paramete