RE: Turning off innodb

2002-04-12 Thread Chuck \"PUP\" Payne
Yes have to turn it off in my.conf -Original Message- From: Scott Olson [mailto:[EMAIL PROTECTED]] Sent: Friday, April 12, 2002 12:47 PM To: [EMAIL PROTECTED] Subject: Turning off innodb Is it possible to turn off Innodb in MySQL 4.0 via the my.cnf file? Or command line params or someth

Re: Turning off innodb

2002-04-12 Thread Dan Nelson
In the last episode (Apr 12), Scott Olson said: > Is it possible to turn off Innodb in MySQL 4.0 via > the my.cnf file? Or command line params or > something? Put the following line in your my.cnf: skip-innodb -- Dan Nelson [EMAIL PROTECTED] --

Re: Turning off innodb

2002-04-12 Thread Rodrigo Gonzalez
skip-innodb - Original Message - From: "Scott Olson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 12, 2002 1:46 PM Subject: Turning off innodb > Is it possible to turn off Innodb in MySQL 4.0 via > the my.cnf file? Or command line params or > something? > > I would li